A confusion matrix is a tabular summary of prediction results on a classification problem. It allows visualization of the performance of an algorithm, revealing the counts of correct and incorrect predictions for each class.
A confusion matrix is a tabular summary of prediction results on a classification problem. It allows visualization of the performance of an algorithm, revealing the counts of correct and incorrect predictions for each class.