Precision-Recall Curve Calculator
Generate and visualize a Precision-Recall curve for your binary classification model. Input your model's prediction scores and the corresponding true labels.
- Prediction Scores: Comma-separated list of scores (e.g.,
0.9, 0.2, 0.7, 0.1, 0.8
). Scores typically range from 0 to 1. - True Labels: Comma-separated list of 0s (negative) and 1s (positive) corresponding to each prediction (e.g.,
1, 0, 1, 0, 1
). - The number of scores must match the number of labels.
Precision-Recall Curve
Area Under PR Curve (AUPRC):
--
Number of Positive Samples:
--
Number of Negative Samples:
--