Skip to content
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

Implement cross_val_* methods from sklearn.model_selection #25

Open
phausamann opened this issue Jan 12, 2018 · 2 comments
Open

Implement cross_val_* methods from sklearn.model_selection #25

phausamann opened this issue Jan 12, 2018 · 2 comments

Comments

@phausamann
Copy link
Owner

These methods do not work for pipelines/estimators that change the number of samples, because of the check_consistent_length check.

@kmsquire
Copy link
Contributor

I just ran into this when attempting to change the scoring function to GridSearchCV (or at least it looks like the same issue). I'll try to take a pass at implementing these.

@phausamann phausamann removed their assignment Mar 25, 2019
@phausamann
Copy link
Owner Author

Thanks @kmsquire , a PR would be very much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants