Question Regarding AUCROC computation
yashika-git opened this issue · 2 comments
yashika-git commented
Hello,
Thanks for the great work!
I had a question regarding the code in scripts/compute_auc_score.py
.
I see 2 AUC values are being computed. Could you please tell if these correspond to the Micro-AUC and Macro-AUC mentioned in the paper? If yes, could you help clarify which one is Micro-AUC and which one is Macro-AUC?
Thank you!
lilygeorgescu commented
Hi,
Yes, these correspond to micro and macro AUC, the first one from (
UBnormal/scripts/compute_auc_score.py
Line 28 in 8c77642
UBnormal/scripts/compute_auc_score.py
Line 30 in 8c77642
Best,
Lili
yashika-git commented
Thanks!