ROC Curves and Precision-Recall Curves for Imbalanced Classification - MachineLearningMastery.com

Most imbalanced classification problems involve two classes: a negative case with the majority of examples and a positive case with a minority of examples. Two diagnostic tools that help in the int...

By · · 1 min read
ROC Curves and Precision-Recall Curves for Imbalanced Classification - MachineLearningMastery.com

Source: MachineLearningMastery.com

Most imbalanced classification problems involve two classes: a negative case with the majority of examples and a positive case with a minority of examples. Two diagnostic tools that help in the interpretation of binary (two-class) classification predictive models are ROC Curves and Precision-Recall curves. Plots from the curves can be created and used to understand […]