-
Notifications
You must be signed in to change notification settings - Fork 47
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
Hypothesis for objectives #197
Conversation
Hi @AVHopp @Scienfitz. This is a short PR on top of the open #188 PR to add the strategies. Please wait with the review until the other one is merged. |
8cada97
to
689dff5
Compare
@AVHopp, @Scienfitz: Ok, now this one is also ready for review |
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 goodcci , minor comments
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.
Looking good in general, but there are still some parts I'd like your opinion on.
Normalizing the attribute during initialization causes roundtrip serialization to fail due to floating point inaccuracies. Thus, we store the raw weights and normalize only when required.
689dff5
to
05248e1
Compare
Adds the hypothesis strategies for our objective classes.