You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there is any local Joblib parallelization possible within parallel_backend. Consider the following slightly modified example from the README. The only thing changed is the SVC estimator is instantiated with n_jobs=2.
If there are 2 cores per task (spark.task.cpus=2), would the SVC estimation be parallelized across 2 cores within each of the 3 tasks? If not, is there any way to achieve this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello,
Is there is any local Joblib parallelization possible within parallel_backend. Consider the following slightly modified example from the README. The only thing changed is the SVC estimator is instantiated with n_jobs=2.
If there are 2 cores per task (
spark.task.cpus=2
), would the SVC estimation be parallelized across 2 cores within each of the 3 tasks? If not, is there any way to achieve this?Thanks in advance!
The text was updated successfully, but these errors were encountered: