Skip to content

Conversation

@christophebourguignat
Copy link

Updated cv parameter documentation in :

def cross_val_predict(estimator, X, y=None, cv=None, n_jobs=1,
def cross_val_score(estimator, X, y=None, scoring=None, cv=None, n_jobs=1,
def permutation_test_score(estimator, X, y, cv=None,
in cross_validation.py

and

def validation_curve(estimator, X, y, param_name, param_range, cv=None,
in validation_curve.py

Fix for issue #4533.

@ogrisel ogrisel changed the title DOC Updated documentation for cv parameter (issue #4533) DOC Updated documentation for cv parameter Sep 1, 2015
@ogrisel
Copy link
Member

ogrisel commented Sep 1, 2015

LGTM!

@ogrisel ogrisel changed the title DOC Updated documentation for cv parameter [MRG+1] DOC Updated documentation for cv parameter Sep 1, 2015
@GaelVaroquaux
Copy link
Member

LGTM. Thx. Merging

GaelVaroquaux added a commit that referenced this pull request Sep 1, 2015
[MRG+1] DOC Updated documentation for cv parameter
@GaelVaroquaux GaelVaroquaux merged commit 364825a into scikit-learn:master Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants