8000
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 14d21f3 commit 2050cadCopy full SHA for 2050cad
doc/whats_new/v0.20.rst
@@ -22,6 +22,13 @@ Changelog
22
threaded when `n_jobs > 1` or `n_jobs = -1`.
23
:issue:`12949` by :user:`Prabakaran Kumaresshan <nixphix>`.
24
25
+:mod:`sklearn.decomposition`
26
+...........................
27
+
28
+- |Fix| Fixed a bug in :meth:`decomposition.sparse_encode` where computation was single
29
+ threaded when `n_jobs > 1` or `n_jobs = -1`.
30
+ :issue:`13005` by :user:`Prabakaran Kumaresshan <nixphix>`.
31
32
:mod:`sklearn.linear_model`
33
...........................
34
0 commit comments