Add AUC ROC and AUC PRC metrics #857
Replies: 1 comment
-
Hi @gsateesh5 ! The best way to do this is to create a new metric subclassing the In order to build the new metric you can look at the different The Does this help? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
To compare the results of continual learning algorithms on imbalanced problems ROC-AUC and PRC-AUC are better metrics.
So, Is it possible to add ROC-AUC and PRC-AUC metrics to the avalanche library?
Beta Was this translation helpful? Give feedback.
All reactions