@sangarbl

The Relationship Between Precision-Recall and ROC Curves

, and . ICML '06: Proceedings of the 23rd international conference on Machine learning, page 233--240. New York, NY, USA, ACM, (2006)
DOI: http://doi.acm.org/10.1145/1143844.1143874

Abstract

Receiver Operator Characteristic (ROC) curves are commonly used to present results for binary decision problems in machine learning. However, when dealing with highly skewed datasets, Precision-Recall (PR) curves give a more informative picture of an algorithm's performance. We show that a deep connection exists between ROC space and PR space, such that a curve dominates in ROC space if and only if it dominates in PR space. A corollary is the notion of an achievable PR curve, which has properties much like the convex hull in ROC space; we show an efficient algorithm for computing this curve. Finally, we also note differences in the two types of curves are significant for algorithm design. For example, in PR space it is incorrect to linearly interpolate between points. Furthermore, algorithms that optimize the area under the ROC curve are not guaranteed to optimize the area under the PR curve.

Description

The relationship between Precision-Recall and ROC curves

Links and resources

Tags

community