-
Notifications
You must be signed in to change notification settings - Fork 118
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
fixed ARI (fixes #225 & #226) #227
Conversation
wildart
commented
Dec 25, 2021
- added pair confusion matrix (CM) calculations
- fixed ARI calculation using CM
Codecov ReportBase: 95.18% // Head: 95.12% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #227 +/- ##
==========================================
- Coverage 95.18% 95.12% -0.06%
==========================================
Files 16 17 +1
Lines 1328 1333 +5
==========================================
+ Hits 1264 1268 +4
- Misses 64 65 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
As |
This PR passes the relevant tests, can it be merged? This is an old bug that has had other PRs to fix it: #99 |
Looks like tests are passing except for 32-bit Linux. I wonder if the forced conversion to |
- added pair confusion matrix (CM) calculations - fixed ARI calculation using CM
Hm, not sure why that change broke the test. Sorry about that, I did test it locally before suggesting it and it was fine. |
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.
Thanks for the PR!
Looks good. Could you please implement the suggestions (which are basically just formatting improvements)?
@wildart So sorry I overlooked your updates! Thank you! |