Question: What does a confusion matrix provide in model evaluation?
Options:
Correct Answer: A summary of prediction errors
Solution:
A confusion matrix provides a summary of prediction errors by showing the counts of true positives, true negatives, false positives, and false negatives.