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 f358fbd commit a3a3114Copy full SHA for a3a3114
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