Skip to content

Commit 901e9d7

Browse files
committed
fix incorrect reference
1 parent 89f29ba commit 901e9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/coordinate_descent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def lasso_path(X, y, eps=1e-3, n_alphas=100, alphas=None,
578578
579579
Notes
580580
-----
581-
See examples/linear_model/plot_lasso_model_selection.py
581+
See examples/linear_model/plot_lasso_coordinate_descent_path.py
582582
for an example.
583583
584584
To avoid unnecessary memory duplication the X argument of the fit method

0 commit comments

Comments
 (0)