In a high-risk environment for a binary classifier, missing a positive case (false negative) has no cost, but making a false positive is extremely costly. Which performance metric should be the primary focus when optimizing this model?
Choose an answer
Tap an option to check your answer.
Correct answer: Precision.
Why this is the answer
In this scenario, a false positive is extremely costly, while a false negative has no cost. Precision is the most appropriate metric because it measures the proportion of true positive predictions among all positive predictions made by the model (True Positives / (True Positives + False Positives)). Maximizing precision directly minimizes the occurrence of false positives, which aligns with the stated high cost of false positives. Accuracy would be misleading because it considers both false positives and false negatives equally, which isn't the case here. Recall (True Positives / (True Positives + False Negatives)) focuses on minimizing false negatives, which is explicitly stated as having no cost. The F1 score is the harmonic mean of precision and recall, giving equal weight to both, which is not suitable when one error type is significantly more costly than the other.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed