DOC Updated documentation for cv parameter (issue #4533)#5184
DOC Updated documentation for cv parameter (issue #4533)#5184GaelVaroquaux merged 1 commit intoscikit-learn:masterfrom
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.