Skip to content

Commit

Permalink
fix typo (scikit-learn#8390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neurrone authored and agramfort committed Feb 18, 2017
1 parent f952e43 commit 1592160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/statistical_inference/supervised_learning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ application of Occam's razor: *prefer simpler models*.
solves the lasso regression problem using a
`coordinate descent <https://en.wikipedia.org/wiki/Coordinate_descent>`_ method,
that is efficient on large datasets. However, scikit-learn also
provides the :class:`LassoLars` object using the *LARS* algorthm,
provides the :class:`LassoLars` object using the *LARS* algorithm,
which is very efficient for problems in which the weight vector estimated
is very sparse (i.e. problems with very few observations).

Expand Down

0 comments on commit 1592160

Please sign in to comment.