From 53003e56cb6c04e2ae73a9b623402606dac970d1 Mon Sep 17 00:00:00 2001 From: Viraj Date: Mon, 18 Dec 2017 14:17:02 -0800 Subject: [PATCH] fix typo in pipeline user guide --- doc/modules/pipeline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/pipeline.rst b/doc/modules/pipeline.rst index 24cef941a027d..0667d259c4b24 100644 --- a/doc/modules/pipeline.rst +++ b/doc/modules/pipeline.rst @@ -14,7 +14,7 @@ Pipeline: chaining estimators :class:`Pipeline` can be used to chain multiple estimators into one. This is useful as there is often a fixed sequence of steps in processing the data, for example feature selection, normalization -and classification. :class:`Pipeline` serves two purposes here: +and classification. :class:`Pipeline` serves multiple purposes here: Convenience and encapsulation You only have to call ``fit`` and ``predict`` once on your