Skip to content

ENH: add pre_dispatch parameter to cross_val_score function #1961

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

Closed
wants to merge 1 commit into from

Conversation

mekman
Copy link
Contributor

@mekman mekman commented May 13, 2013

This adds a new parameter pre_dispatch to cross_val_score. The same parameter is used in GridSearchCV https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/grid_search.py#L524

Tests are passing, docs arre build correctly and I checked for PEP8.

Feel free to disregard this PR if not of any use.

@amueller
Copy link
Member

Thanks for the patch. I think it looks good. This will probably soon be replaced by #1787 but I don't see why we shouldn't merge this now.

@GaelVaroquaux
Copy link
Member

This is good. Merging. Thanks!

@mekman
Copy link
Contributor Author

mekman commented May 13, 2013

Great. So we can close this one.

@mekman mekman closed this May 13, 2013
@amueller
Copy link
Member

@GaelVaroquaux did you actually merge it? I didn't see the commit.

@mekman
Copy link
Contributor Author

mekman commented May 13, 2013

it's here 4e2bb00

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