8000 [MRG+1] DOC Updated documentation for cv parameter by christophebourguignat · Pull Request #5194 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[MRG+1] DOC Updated documentation for cv parameter #5194

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

Merged
merged 2 commits into from
Sep 1, 2015

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
0