Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Model Evaluation›Precision-Recall AUC
MCDMClassification Metric

Precision-Recall AUC

Area Under the Precision-Recall Curve · Also known as: PR AUC, PR Curve

The Precision-Recall Area Under the Curve (PR AUC) is the area under the curve formed by plotting recall on the x-axis and precision on the y-axis. It is particularly useful for evaluating classifiers on imbalanced datasets, where it is often more informative than ROC AUC.

ScholarGate
  1. MCDM
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Precision-Recall AUC
AccuracyF1-ScorePrecisionRecall (Sensitivity)Lift and Gain Chart

When to use it

Use PR AUC for imbalanced binary classification problems where the minority positive class is important. It is particularly valuable in fraud detection, rare disease diagnosis, and any domain where false negatives are costly but negatives vastly outnumber positives. PR AUC is often more informative than ROC AUC on imbalanced data.

Strengths & limitations

Strengths
  • More informative than ROC AUC for imbalanced datasets; focuses on the positive class.
  • Sensitive to classifier performance on the minority class.
  • Directly plots precision vs. recall, making the trade-off explicit.
  • Useful for threshold selection based on domain-specific precision/recall requirements.
Limitations
  • Baseline (random classifier) varies with class imbalance, making comparison across datasets challenging.
  • Not as widely adopted as ROC AUC; some practitioners may be less familiar with interpretation.
  • Requires probability outputs or confidence scores, not just class predictions.
  • Can be less stable than ROC AUC on very small positive class sizes.

Frequently asked

When should I use PR AUC instead of ROC AUC?

Use PR AUC for imbalanced datasets where the minority positive class is the focus of interest. ROC AUC can be misleading because a classifier can achieve high ROC AUC by correctly identifying the abundant negative class, even if positive class performance is poor. PR AUC directly focuses on the positive class performance.

What is the baseline PR AUC for a random classifier?

For a random classifier, PR AUC equals the proportion of positive samples (prevalence). For example, if 5% of samples are positive, a random classifier's expected PR AUC is 0.05. This varies with class imbalance, making PR AUC values less comparable across datasets with different prevalences than ROC AUC.

How do I choose a threshold from the PR curve?

Examine the precision-recall curve and choose a threshold that matches your requirements. If you need high precision (few false positives), choose a higher threshold on the right side of the curve. If you need high recall (few false negatives), choose a lower threshold on the left side. Your choice depends on the relative cost of false positives and false negatives.

Sources

  1. Davis, J., & Goadrich, M. (2006). The relationship between precision-recall and ROC curves. Proceedings of the 23rd International Conference on Machine Learning, 233-240. DOI: 10.1145/1143844.1143874 ↗
  2. Saito, T., & Rehmsmeier, M. (2015). The precision-recall plot is more informative than the ROC plot when evaluating binary classifiers on imbalanced datasets. PLoS ONE, 10(3), e0118432. DOI: 10.1371/journal.pone.0118432 ↗

How to cite this page

ScholarGate. (2026, June 3). Area Under the Precision-Recall Curve. ScholarGate. https://scholargate.app/en/model-evaluation/precision-recall-auc

Related methods

AccuracyF1-ScorePrecisionRecall (Sensitivity)

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • AccuracyModel Evaluation↔ compare
  • F1-ScoreModel Evaluation↔ compare
  • PrecisionModel Evaluation↔ compare
  • Recall (Sensitivity)Model Evaluation↔ compare
Compare side by side →

Referenced by

Lift and Gain Chart

Similar methods

Recall (Sensitivity)ROC analysisBalanced AccuracyPrecisionAccuracyF-beta ScoreF1-ScoreLift and Gain Chart

Related reference concepts

Performance MetricsReceiver Operating Characteristic CurveIR Effectiveness MetricsModel Evaluation and SelectionPositive Predictive ValueSensitivity

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Precision-Recall AUC (Area Under the Precision-Recall Curve). Retrieved 2026-07-21 from https://scholargate.app/en/model-evaluation/precision-recall-auc · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Davis and Goadrich
Subfamily
Classification Metric
Year
2006
Type
Evaluation metric
Related methods
AccuracyF1-ScorePrecisionRecall (Sensitivity)
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account