Replies: 2 comments
-
Currently, sklearnex ignores import daal4py as d4p
d4p.daalinit(n_threads) |
Beta Was this translation helpful? Give feedback.
0 replies
-
and you can find full examples here for controlling threads - https://github.com/intel/scikit-learn-intelex/blob/master/examples/sklearnex/n_jobs.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How should the
n_jobs
parameter (https://scikit-learn.org/stable/glossary.html#term-n_jobs) present in many scikit-learn estimators be used with this library? What's the most optimal use?Beta Was this translation helpful? Give feedback.
All reactions