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 a611fed commit c00e46bCopy full SHA for c00e46b
maint_tools/test_docstrings.py
@@ -12,7 +12,6 @@
12
numpydoc_validation = pytest.importorskip("numpydoc.validate")
13
14
FUNCTION_DOCSTRING_IGNORE_LIST = [
15
- "sklearn.cluster._affinity_propagation.affinity_propagation",
16
"sklearn.cluster._kmeans.kmeans_plusplus",
17
"sklearn.cluster._mean_shift.estimate_bandwidth",
18
"sklearn.cluster._mean_shift.get_bin_seeds",
sklearn/cluster/_affinity_propagation.py
@@ -71,7 +71,7 @@ def affinity_propagation(
71
of estimated clusters that stops the convergence.
72
73
max_iter : int, default=200
74
- Maximum number of iterations
+ Maximum number of iterations.
75
76
damping : float, default=0.5
77
Damping factor between 0.5 and 1.
0 commit comments