-
Notifications
You must be signed in to change notification settings - Fork 709
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 reorder=True argument in aupro #944
Conversation
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!
@samet-akcay @ashwinvaidya17 I mirrored these changes for AUROC metric in #945. Please note that merging these PRs means that we no longer support PyTorch 1.8 and lower. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #944 +/- ##
=======================================
Coverage 81.34% 81.34%
=======================================
Files 176 176
Lines 6812 6812
=======================================
Hits 5541 5541
Misses 1271 1271
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 in Codecov by Sentry. |
@triet1102 sorry for the delay in merging this. We have now migrated from |
9344788
to
c6bd757
Compare
… fix/aupro_metric
sure! |
Thanks for your patience @triet1102! Our CI was down for some time, which is the reason why this PR had wait a bit |
Description
Add the reorder=True in the auc() method in the compute() method of AUPRO.
Fixes #943
Changes
Checklist