Skip to content
Snippets Groups Projects
Commit 87f06b74 authored by Andreas Mueller's avatar Andreas Mueller
Browse files

DOC more minor fixes

parent 92ab1227
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ and classification. :class:`Pipeline` serves two purposes here:
**Convenience**: You only have to call ``fit`` and ``predict`` once on your
data to fit a whole sequence of estimators.
**Joint parameter selection**: You can :ref:`grid_search <grid search>`
**Joint parameter selection**: You can :ref:`grid search <grid_search>`
over parameters of all estimators in the pipeline at once.
For estimators to be usable within a pipeline, all except the last one need to have
......
......@@ -334,6 +334,7 @@ application of Occam's razor: `prefer simpler models`.
-187.19554705 69.38229038 508.66011217 71.84239008]
.. topic:: **Different algorithms for a same problem**
Different algorithms can be used to solve the same mathematical
problem. For instance the `Lasso` object in the `scikit-learn`
solves the lasso regression using a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment