8000 Doc: Fix typo (#6854) · scikit-learn/scikit-learn@9795916 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9795916

Browse files
samuelstjeanagramfort
authored andcommitted
Doc: Fix typo (#6854)
1 parent e669f87 commit 9795916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/least_angle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def lars_path(X, y, Xy=None, Gram=None, max_iter=500,
6363
When using this option together with method 'lasso' the model
6464
coefficients will not converge to the ordinary-least-squares solution
6565
for small values of alpha (neither will they when using method 'lar'
66-
..). Only coeffiencts up to the smallest alpha value (``alphas_[alphas_ >
66+
..). Only coefficients up to the smallest alpha value (``alphas_[alphas_ >
6767
0.].min()`` when fit_path=True) reached by the stepwise Lars-Lasso
6868
algorithm are typically in congruence with the solution of the
6969
coordinate descent lasso_path function.

0 commit comments

Comments
 (0)
0