I am dealing with a highly imbalanced classes problem. Accuracy is of course not a good performance metric in such cases, So I want to calculate either ROC AUC sore
or AUC precision-recall score
but I'm not sure which metric among the two is better for assessing imbalanced classes model.
Asked
Active
Viewed 30 times
0

arilwan
- 145
- 6
1 Answers
0
Related: What does it mean that AUC is a semi-proper scoring rule?
You should really be using a proper scoring rule. More information can be found at the tag wiki.
Why is LogLoss preferred over other proper scoring rules? specifically presents arguments for and against the log and the Brier score, which are two of the most common proper scoring rules.

Stephan Kolassa
- 95,027
- 13
- 197
- 357