About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Last updated: Jun 15, 2023
Area under Precision Recall gives the area under the precision and recall curve in Watson OpenScale, which can be useful when classes are particularly imbalanced.
Area under PR at a glance
- Description: Area under precision and recall curve
- Default thresholds: Lower limit = 80%
- Default recommendation:
- Upward trend: An upward trend indicates that the metric is improving. This means that model retraining is effective.
- Downward trend: A downward trend indicates that the metric is deteriorating. Feedback data is becoming significantly different than the training data.
- Erratic or irregular variation: An erratic or irregular variation indicates that the feedback data is not consistent between evaluations. Increase the minimum sample size for the Quality monitor.
- Problem type: Binary classification
- Chart values: Last value in the timeframe
- Metrics details available: Confusion matrix
Do the math
Area under Precision Recall gives the total for both
.Precision + Recall
n AveP = ∑ P(k)∆r(k) k=1
Precision (P) is defined as the number of true positives (Tp) over the number of true positives plus the number of false positives (Fp).
number of true positives Precision = ______________________________________________________ (number of true positives + number of false positives)
Recall (R) is defined as the number of true positives (Tp) over the number of true positives plus the number of false negatives (Fn).
number of true positives Recall = ______________________________________________________ (number of true positives + number of false negatives)
Learn more
Parent topic: Quality metrics overview
Was the topic helpful?
0/1000