Precision-Recall Curve: Difference between revisions
Thakshashila (talk | contribs) Created page with "= Precision-Recall Curve = The '''Precision-Recall Curve''' (PR Curve) is a graphical representation used to evaluate the performance of binary classification models, especially on '''imbalanced datasets''' where the positive class is rare. It plots '''Precision''' (y-axis) against '''Recall''' (x-axis) for different classification thresholds. == Why Use Precision-Recall Curve? == In many real-world problems like fraud detection, disease diagnosis, or spam filtering,..." |
Thakshashila (talk | contribs) |
||
Line 80: | Line 80: | ||
precision recall curve, pr curve machine learning, how to read precision recall curve, precision recall vs roc curve, imbalanced classification metrics, auc pr curve, precision recall tradeoff | precision recall curve, pr curve machine learning, how to read precision recall curve, precision recall vs roc curve, imbalanced classification metrics, auc pr curve, precision recall tradeoff | ||
[[Category:Artificial Intelligence]] |