-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Clarify n_jobs for gridsearch in docs #5797
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
Labels
Comments
Can that be clarified in the docs?
I think that you should send us a pull request with the proposed change.
|
OK, I will! |
accraze
added a commit
to accraze/scikit-learn
that referenced
this issue
Dec 23, 2016
accraze
added a commit
to accraze/scikit-learn
that referenced
this issue
Jan 1, 2017
accraze
added a commit
to accraze/scikit-learn
that referenced
this issue
Jan 1, 2017
accraze
added a commit
to accraze/scikit-learn
that referenced
this issue
Jan 2, 2017
accraze
added a commit
to accraze/scikit-learn
that referenced
this issue
Jan 4, 2017
accraze
added a commit
to accraze/scikit-learn
that referenced
this issue
Jan 4, 2017
accraze
added a commit
to accraze/scikit-learn
that referenced
this issue
Jan 4, 2017
jnothman
pushed a commit
that referenced
this issue
Jan 4, 2017
raghavrv
pushed a commit
to raghavrv/scikit-learn
that referenced
this issue
Jan 5, 2017
sergeyf
pushed a commit
to sergeyf/scikit-learn
that referenced
this issue
Feb 28, 2017
Closed
Sundrique
pushed a commit
to Sundrique/scikit-learn
that referenced
this issue
Jun 14, 2017
NelleV
pushed a commit
to NelleV/scikit-learn
that referenced
this issue
Aug 11, 2017
paulha
pushed a commit
to paulha/scikit-learn
that referenced
this issue
Aug 19, 2017
maskani-moh
pushed a commit
to maskani-moh/scikit-learn
that referenced
this issue
Nov 15, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GridSearchCV
's parametern_jobs
appears to indicate the amount of jobs that the work should be split up into, but it's actually the amount of jobs that can run in parallel. Looking at the docs for joblib'sParallel
class, the explanation is much clearer than the one in sklearn's docs:Can that be clarified in the docs?
The text was updated successfully, but these errors were encountered: