-
Notifications
You must be signed in to change notification settings - Fork 68
Use 5 folds for grid search #667
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
Conversation
- Update `grid_search_folds` documentation - Also change default value of `MAX_SKLL_CONCURRENT_PROCESSES` to 5.
Otherwise tests take too long. Note that the the config parsing tests in `test_input.py` were correctly modified to check that the default value for grid search folds is 5.
Codecov Report
@@ Coverage Diff @@
## main #667 +/- ##
=======================================
Coverage 96.76% 96.76%
=======================================
Files 63 63
Lines 9077 9077
=======================================
Hits 8783 8783
Misses 294 294
Continue to review full report at Codecov.
|
|
@mulhod it'd be really great if you could test this with gridmap as well. Thanks! |
aoifecahill
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
This PR closes #487.
See issue for motivation to change the default number of folds for grid search cross-validation. One by-product of the change is that experiments will certainly take longer to run but they are likely to be more reliable.
Changes:
grid_search_foldsdocumentationMAX_SKLL_CONCURRENT_PROCESSESto 5.test_input.pywere correctly modified to check that the default value for grid search folds is 5.