Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sklearn/cluster/_mean_shift.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def mean_shift(


def get_bin_seeds(X, bin_size, min_bin_freq=1):
"""Finds seeds for mean_shift.
"""Find seeds for mean_shift.

Finds seeds by first binning data onto a grid whose lines are
spaced bin_size apart, and then choosing those bins with at least
Expand Down
1 change: 0 additions & 1 deletion sklearn/tests/test_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

FUNCTION_DOCSTRING_IGNORE_LIST = [
"sklearn.cluster._kmeans.kmeans_plusplus",
"sklearn.cluster._mean_shift.get_bin_seeds",
"sklearn.cluster._optics.cluster_optics_xi",
"sklearn.cluster._optics.compute_optics_graph",
"sklearn.cluster._spectral.spectral_clustering",
Expand Down