-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add Bernoulli likelihood #15
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
==========================================
+ Coverage 62.50% 66.66% +4.16%
==========================================
Files 3 4 +1
Lines 8 12 +4
==========================================
+ Hits 5 8 +3
- Misses 3 4 +1
Continue to review full report at Codecov.
|
Is it okay to merge this? |
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Same here, I'm not sure if @willtebbutt's intention was that #18 should be addressed first. |
Same here. Feel free to merge and refactor one test utils are sorted. |
Adds Bernoulli likelihood which would enable us to easily model binary classification tasks.