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. |
alyst
left a comment
There was a problem hiding this comment.
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! |