8000 [DOC] fix reference to examples · scikit-learn/scikit-learn@589fcad · GitHub
[go: up one dir, main page]

Skip to content

Commit 589fcad

Browse files
mvdocagramfort
authored andcommitted
[DOC] fix reference to examples
1 parent 689a91e commit 589fcad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sklearn/cluster/mean_shift_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def mean_shift(X, bandwidth=None, seeds=None, bin_seeding=False,
167167
168168
Notes
169169
-----
170-
See examples/cluster/plot_meanshift.py for an example.
170+
See examples/cluster/plot_mean_shift.py for an example.
171171
172172
"""
173173

sklearn/linear_model/coordinate_descent.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def enet_path(X, y, l1_ratio=0.5, eps=1e-3, n_alphas=100, alphas=None,
363363
364364
Notes
365365
-----
366-
See examples/plot_lasso_coordinate_descent_path.py for an example.
366+
See examples/linear_model/plot_lasso_coordinate_descent_path.py for an example.
367367
368368
See also
369369
--------
@@ -1324,7 +1324,7 @@ class LassoCV(LinearModelCV, RegressorMixin):
13241324
13251325
Notes
13261326
-----
1327-
See examples/linear_model/lasso_path_with_crossvalidation.py
1327+
See examples/linear_model/plot_lasso_model_selection.py
13281328
for an example.
13291329
13301330
To avoid unnecessary memory duplication the X argument of the fit method
@@ -1479,7 +1479,7 @@ class ElasticNetCV(LinearModelCV, RegressorMixin):
14791479
14801480
Notes
14811481
-----
1482-
See examples/linear_model/lasso_path_with_crossvalidation.py
1482+
See examples/linear_model/plot_lasso_model_selection.py
14831483
for an example.
14841484
14851485
To avoid unnecessary memory duplication the X argument of the fit method

0 commit comments

Comments
 (0)
0