8000 spelling mistake (#8341) · scikit-learn/scikit-learn@2bf5006 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 2bf5006

Browse files
anshbansalGaelVaroquaux
authored andc 8000 ommitted
spelling mistake (#8341)
1 parent c6b2002 commit 2bf5006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/statistical_inference/supervised_learning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ application of Occam's razor: *prefer simpler models*.
339339
Different algorithms can be used to solve the same mathematical
340340
problem. For instance the ``Lasso`` object in scikit-learn
341341
solves the lasso regression problem using a
342-
`coordinate decent <https://en.wikipedia.org/wiki/Coordinate_descent>`_ method,
342+
`coordinate descent <https://en.wikipedia.org/wiki/Coordinate_descent>`_ method,
343343
that is efficient on large datasets. However, scikit-learn also
344344
provides the :class:`LassoLars` object using the *LARS* algorthm,
345345
which is very efficient for problems in which the weight vector estimated

0 commit comments

Comments
 (0)
0