We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f952e43 commit 1592160Copy full SHA for 1592160
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