Question: In a binary classification problem, what does a high precision indicate?
Options:
Correct Answer: Low false positive rate
Solution:
High precision indicates that when the model predicts a positive class, it is correct most of the time, meaning low false positives.