Question: What does the term \'confusion matrix\' refer to in classification tasks?
Options:
Correct Answer: A table used to evaluate the performance of a classification model
Solution:
A confusion matrix is a table that summarizes the performance of a classification model by showing true positives, false positives, true negatives, and false negatives.