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 786eeb7 commit 5fb0ff8Copy full SHA for 5fb0ff8
doc/whats_new/v0.21.rst
@@ -26,6 +26,12 @@ random sampling procedures.
26
Changelog
27
---------
28
29
+:mod:`sklearn.cluster`
30
+......................
31
+
32
+- |Fix| Fixed a bug in :class:`cluster.KMeans` where computation was single
33
+ threaded when `n_jobs > 1` or `n_jobs = -1`.
34
+ :issue:`12949` by :user:`Prabakaran Kumaresshan <nixphix>`.
35
36
:mod:`sklearn.inspection`
37
.....................
0 commit comments