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

Cross-validation #51

Open
SdgJlbl opened this issue Jul 23, 2019 · 1 comment
Open

Cross-validation #51

SdgJlbl opened this issue Jul 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@SdgJlbl
Copy link
Collaborator

SdgJlbl commented Jul 23, 2019

For pipelines producing metrics as their last step and including a train-test-split, we want to get cross-validated metrics.

@SdgJlbl
Copy link
Collaborator Author

SdgJlbl commented Jul 23, 2019

For performance reasons, we might need to distinguish between cleaning/ preprocessing steps, independent of the dataset, and training steps which need to be repeated every time.
scikit-learn provides a good implementation of a cross-validation scheme.

@SdgJlbl SdgJlbl added the enhancement New feature or request label Jul 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant