Definition
A confusion matrix is a table that visualizes the performance of a classification model, showing true positives, true negatives, false positives, and false negatives. It helps understand not just how much the model is wrong, but how it is wrong. It is fundamental for deciding whether an AI model is ready for production and where it needs improvement.
Related terms
EXPLORE