-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test performance with parallel jobs #83
Comments
Anecdotally, |
interesting, thank you for that information @jakereps . So the reported issue might be rooted in sklearn (or even one of its dependencies) |
This is a big issue for running So, due to this issue, I really can't run |
so far I have been unable to replicate this behavior; all tests have resulted in the expected number of jobs being called. I have not had any issues with multithreading on the SGE cluster I use. Based on @jakereps's anecdote above, I wonder if this is an issue with sklearn.
what about |
Here's an interesting test @nick-youngblut : what happens if you use the parameters |
Improvement Description
If extra jobs are being called, setting
n_jobs
separately for the estimator and CV could be the culprit.References
forum xref
The text was updated successfully, but these errors were encountered: