8000 [MRG] DOC Fix minor typo in BisectingKMeans docstring (#23986) · scikit-learn/scikit-learn@6d6b585 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 6d6b585

Browse files
cehglemaitre
[MRG] DOC Fix minor typo in BisectingKMeans docstring (#23986)
1 parent 9c9f793 commit 6d6b585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/cluster/_bisect_k_means.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ class BisectingKMeans(_BaseKMeans):
183183
184184
Notes
185185
-----
186-
It might be inefficient when n_cluster is less than 3, due to unnecassary
186+
It might be inefficient when n_cluster is less than 3, due to unnecessary
187187
calculations for that case.
188188
189189
Examples

0 commit comments

Comments
 (0)
0