File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tutorial/statistical_inference Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and classification. :class:`Pipeline` serves two purposes here:
14
14
**Convenience **: You only have to call ``fit `` and ``predict `` once on your
15
15
data to fit a whole sequence of estimators.
16
16
17
- **Joint parameter selection **: You can :ref: `grid_search < grid search >`
17
+ **Joint parameter selection **: You can :ref: `grid search < grid_search >`
18
18
over parameters of all estimators in the pipeline at once.
19
19
20
20
For estimators to be usable within a pipeline, all except the last one need to have
Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ application of Occam's razor: `prefer simpler models`.
334
334
-187.19554705 69.38229038 508.66011217 71.84239008]
335
335
336
336
.. topic :: **Different algorithms for a same problem**
337
+
337
338
Different algorithms can be used to solve the same mathematical
338
339
problem. For instance the `Lasso ` object in the `scikit-learn `
339
340
solves the lasso regression using a
You can’t perform that action at this time.
0 commit comments