What does the ROC curve plot?
- A True positive rate against false positive rate across all classification thresholds
- B Precision against recall
- C Accuracy against sample size
- D Loss against epochs
Answer
True positive rate against false positive rate across all classification thresholds
On heavily imbalanced data, the precision-recall curve is more informative because the large negative count inflates ROC-AUC.





