Question: In a classification problem, what does a confusion matrix represent?
Options:
Correct Answer: The performance of a classification model
Solution:
A confusion matrix represents the performance of a classification model by showing the true positive, true negative, false positive, and false negative counts.