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 9388c39 commit ef17556Copy full SHA for ef17556
doc/tutorial/statistical_inference/supervised_learning.rst
@@ -341,7 +341,7 @@ application of Occam's razor: *prefer simpler models*.
341
solves the lasso regression problem using a
342
`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,
+ provides the :class:`LassoLars` object using the *LARS* algorithm,
345
which is very efficient for problems in which the weight vector estimated
346
is very sparse (i.e. problems with very few observations).
347
0 commit comments