Confusion Matrix
Category
•
Machine Learning
Definition
A table used to evaluate classification model performance by showing true vs predicted classifications. Enables calculation of metrics like accuracy, precision, recall, and F1 score.
tl;dr
A table used to evaluate classification model performance by showing true vs predicted classifications.