-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC Updated documentation for cv parameter (issue #4533) #5184
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
DOC Updated documentation for cv parameter (issue #4533) #5184
Conversation
Thanks. This is applicable everywhere there is a |
This is a good improvement over what was there before. The other places where it shows up are: 666 : 1063 : def cross_val_predict(estimator, X, y=None, cv=None, n_jobs=1, and 2993 : 232 : def validation_curve(estimator, X, y, param_name, param_range, cv=None, |
This is useful. Thanks! Merging. |
DOC Updated documentation for cv parameter (issue #4533)
Someone want to copy to those other destinations? |
@jnothman I can do it |
Just proposed a new PR. A few questions :
|
@christophebourguignat which one was your PR? |
Thanks for the PR this will add more consistency to the cv param documentation. But @jnothman @GaelVaroquaux @amueller didn't we agree upon cv doc as follows? -
The current version is -
|
If you are okay with the first doc, let me know I'll add a quick PR and merge the change to #4294 too! |
It was a net improvement. The first one looks nicer. |
No description provided.