Difficult Targets to Optimize: the ROC AUC
In many binary classification problems, especially in domains with highly unbalanced problems (such as the medical domain and rare event detection), we need to make sure our model does not become too biased for the more predominant class. Thus, you may have heard that accuracy is not a good metric to validate classifiers in unbalanced […]