-
Notifications
You must be signed in to change notification settings - Fork 19
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
[ENH] Bayes optimization for hyperparameters #260
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
==========================================
- Coverage 92.47% 90.45% -2.02%
==========================================
Files 56 53 -3
Lines 2685 2327 -358
Branches 482 470 -12
==========================================
- Hits 2483 2105 -378
- Misses 130 145 +15
- Partials 72 77 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
|
|
examples/03_complex_models/run_hyperparameter_tuning_bayessearch.py
Outdated
Show resolved
Hide resolved
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.
Probably needs linting, else if CI passes, LGTM!
Add
BayesSearchCV
from scikit-optimize: https://scikit-optimize.github.io/stable/