What does precision measure?
- A Of everything the model flagged as positive, the proportion that genuinely was
- B Of all actual positives, the proportion found
- C The variance of predictions
- D The number of features used
Answer
Of everything the model flagged as positive, the proportion that genuinely was
Precision and recall trade off against each other, and the threshold that balances them is a business decision rather than a technical one.





