We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9189ff2 commit cece90eCopy full SHA for cece90e
sklearn/cluster/_mean_shift.py
@@ -200,7 +200,7 @@ def mean_shift(
200
201
202
def get_bin_seeds(X, bin_size, min_bin_freq=1):
203
- """Finds seeds for mean_shift.
+ """Find seeds for mean_shift.
204
205
Finds seeds by first binning data onto a grid whose lines are
206
spaced bin_size apart, and then choosing those bins with at least
sklearn/tests/test_docstrings.py
@@ -13,7 +13,6 @@
13
14
FUNCTION_DOCSTRING_IGNORE_LIST = [
15
"sklearn.cluster._kmeans.kmeans_plusplus",
16
- "sklearn.cluster._mean_shift.get_bin_seeds",
17
"sklearn.cluster._optics.cluster_optics_xi",
18
"sklearn.cluster._optics.compute_optics_graph",
19
"sklearn.cluster._spectral.spectral_clustering",
0 commit comments