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

Allow training without cross validation #2310

Merged
merged 1 commit into from
May 4, 2023
Merged

Allow training without cross validation #2310

merged 1 commit into from
May 4, 2023

Conversation

maxnoe
Copy link
Member

@maxnoe maxnoe commented Apr 20, 2023

Cross validation is handy for hyper parameter optimization locally, but for large GRID processings, we determine performance on the independent test data set, so we are just wasting CPU by doing an n-fold cross validation no-one looks at.

Setting n_cross_validations = 0 raised an error, so here I make sure that works.

@maxnoe maxnoe force-pushed the no_cross_val branch 2 times, most recently from 97ea68d to af93212 Compare April 20, 2023 13:14
@kosack kosack merged commit 7a131ac into main May 4, 2023
@maxnoe maxnoe deleted the no_cross_val branch May 5, 2023 14:36
@maxnoe maxnoe added this to the v0.19.1 milestone May 8, 2023
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