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