8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b2002 commit 2bf5006Copy full SHA for 2bf5006
doc/tutorial/statistical_inference/supervised_learning.rst
@@ -339,7 +339,7 @@ application of Occam's razor: *prefer simpler models*.
339
Different algorithms can be used to solve the same mathematical
340
problem. For instance the ``Lasso`` object in scikit-learn
341
solves the lasso regression problem using a
342
- `coordinate decent <https://en.wikipedia.org/wiki/Coordinate_descent>`_ method,
+ `coordinate descent <https://en.wikipedia.org/wiki/Coordinate_descent>`_ method,
343
that is efficient on large datasets. However, scikit-learn also
344
provides the :class:`LassoLars` object using the *LARS* algorthm,
345
which is very efficient for problems in which the weight vector estimated
0 commit comments