-
Notifications
You must be signed in to change notification settings - Fork 2
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
samplers: add MLSurrogateSampler base class #33
Conversation
750e470
to
16affa9
Compare
16affa9
to
a4f4895
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #33 +/- ##
==========================================
+ Coverage 97.14% 97.21% +0.07%
==========================================
Files 28 29 +1
Lines 1434 1435 +1
==========================================
+ Hits 1393 1395 +2
+ Misses 41 40 -1
|
…l docstring improvements
tests/test_calibrator.py
Outdated
print(params) | ||
print(losses) |
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.
maybe remove?
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.
Yes! Well spotted, thanks!
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.
Great work! LGTM
Proposed changes
Add a base class for all machine learning surrogates.