-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Create simple example and doc for naive early stopping #1476
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1476 +/- ##
===============================================
- Coverage 84.06% 83.84% -0.23%
===============================================
Files 151 153 +2
Lines 11448 11682 +234
Branches 1988 2039 +51
===============================================
+ Hits 9624 9795 +171
- Misses 1297 1340 +43
- Partials 527 547 +20 |
Hey, are you sure this is ready for review? All tests are failing at the moment. |
Github actions was being very weird that day, we'll try try to rerun them and see what happens |
Hypothesis was correct, they all passed when I reran them, I also included a test to increase code coverage |
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.
Requesting changes because the documentation building is failing.
Tests are now failing (I guess due to OpenML), this will have to stall |
* Create simple example and doc for naive early stopping * Fix doc, pass through SMAC callbacks directly * Fix `isinstance` check * Add test for early stopping * Fix signature of early stopping example/test * Fix doc build
Documents the
get_trials_callback
functionality a little more and makes it more flexible by only requiring acallable
instead of having to instantiate theSMAC
callback object.Should not change existing behaviour as we only wrap the call part and forward the args.