-
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
Native torch metrics #1488
Native torch metrics #1488
Conversation
Hello @justusschock! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-06-12 16:50:54 UTC |
seems like there are some additions from already merged in |
@Borda yes, but I don't know why. I've based this branch on metrics |
b5d2e62
to
e0ddda5
Compare
@justusschock resolved the large diff, pls check it... |
4506ea2
to
ed9e187
Compare
There are probably some minor issues with auc calculation, since roc and pr_curve are fine, but aurora and average precision aren't. |
@williamFalcon why did you close the metrics PR? @justusschock? |
@cuent mind to help to finish this PR? |
@cuent wanted to take this over, I think. For now we've been communicating on slack about this :) |
cool, let me know if I help you with something around... :] |
@justusschock mind turn it for review or rebase it? |
Yeah I am rebasing and checking some of tests. There are a lot of conflicts :/ I am solving them |
@cuent can you push to this branch? |
This PR #1962 should fix tests and rebase |
6ace61f
to
eac982a
Compare
@justusschock so this shall be closed in favour of #1962, right? |
5fbb86a
to
f672ab6
Compare
Codecov Report
@@ Coverage Diff @@
## master #1488 +/- ##
=======================================
+ Coverage 86% 87% +1%
=======================================
Files 79 81 +2
Lines 4960 5218 +258
=======================================
+ Hits 4271 4547 +276
+ Misses 689 671 -18 |
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.
LGTM
Before submitting
What does this PR do?
Starts the implementation of metric functionals.
Fixes #1295
Fixes #1297
Fixes #1296
Fixes #1302
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃
Remaining Todos:
Regarding the commits: Everything before b193059 should already be on metrics branch, don't know why they are listed here...