- High Sensitivity means less false negative
- High Precision means less false positive
Recall Precision Curve
Max Precision observed at Recall R or higher.
The precision-recall curve is dataset dependent, particularly on positive labels, because the true positive rate at threshold 0 cannot be exactly 0 but is bounded by the ratio of positive labels to the total number of samples in the dataset.
Mean Average Precision (MAP)
- More weight to the top items
- Only binary relevance
Most standard among the TREC community is MAP which provides a single-figure measure of quality across recall levels.