8000 DOC Added link to plot_mean_shift.py example to _mean_shift.py (#29566) · ogrisel/scikit-learn@910e150 · GitHub
[go: up one dir, main page]

Skip to content

Commit 910e150

Browse files
DOC Added link to plot_mean_shift.py example to _mean_shift.py (scikit-learn#29566)
1 parent b72e81a commit 910e150

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

sklearn/cluster/_mean_shift.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ def mean_shift(
216216
217217
Notes
218218
-----
219-
For an example, see :ref:`examples/cluster/plot_mean_shift.py
220-
<sphx_glr_auto_examples_cluster_plot_mean_shift.py>`.
219+
For a usage example, see
220+
:ref:`sphx_glr_auto_examples_cluster_plot_mean_shift.py`.
221221
222222
Examples
223223
--------
@@ -308,6 +308,9 @@ class MeanShift(ClusterMixin, BaseEstimator):
308308
309309
Seeding is performed using a binning technique for scalability.
310310
311+
For an example of how to use MeanShift clustering, refer to:
312+
:ref:`sphx_glr_auto_examples_cluster_plot_mean_shift.py`.
313+
311314
Read more in the :ref:`User Guide <mean_shift>`.
312315
313316
Parameters

0 commit comments

Comments
 (0)
0