-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface #4549
[Metrics] PrecisionRecallCurve, ROC and AveragePrecision class interface #4549
Conversation
…ation_unification1
…ation_unification1
Hello @SkafteNicki! Thanks for updating this PR.
Comment last updated at 2020-12-04 20:59:47 UTC |
Codecov Report
@@ Coverage Diff @@
## master #4549 +/- ##
=======================================
Coverage 93% 93%
=======================================
Files 124 129 +5
Lines 9299 9432 +133
=======================================
+ Hits 8615 8739 +124
- Misses 684 693 +9 |
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.
Amazing work @SkafteNicki, great job :)
It seems SSIM tests are failing occasionally (I know you didn't touch it in this PR), do you think we should increase the tolerance? It is quite high already... I feel we might want to remove SSIM until it is actually implemented correctly |
@teddykoker, I would
|
What does this PR do?
PrecisionRecallCurve
,ROC
,AveragePrecision
metricsroc
andmulticlass_roc
metric, we only haveroc
metric where the user would need to specifynum_classes
in multiclass tasks.average_precision
metricThe PR is on the larger size, but the three metrics are connected and therefore needs to be updated in one go
Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
Before you start reviewing make sure you have read Review guidelines. In in short, see following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃