-
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 Categorical Likelihood #16
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16 +/- ##
===========================================
+ Coverage 62.50% 72.72% +10.22%
===========================================
Files 3 4 +1
Lines 8 11 +3
===========================================
+ Hits 5 8 +3
Misses 3 3
Continue to review full report at Codecov.
|
I'm not sure if @willtebbutt's intention was that #18 should be addressed before merging any of the open likelihood PRs? |
I thought he meant we address common tests before introducing anymore new likelihood PRs. I was waiting for these 2 PRs to get merged before starting on the TestUtils. Maybe I was mistaken. |
I assume that's what he had in mind, but since I'm not completely sure I think it's good if we wait and let him comment on it. |
I'm not particularly fussed what order this happens in, provided that no new PRs are opened without having the test utils sorted :) |
Adds categorical likelihood. This can be used along with
MOInput
s andMOKernel
s to model multi-class classification.