A table showing predicted vs actual classifications, revealing true positives, false positives, true negatives, and false negatives. Essential for understanding model error patterns.
A confusion matrix is a table that describes classification model performance in detail. It shows how predictions map to actual outcomes, revealing exactly what types of errors the model makes.
Binary confusion matrix: Predicted Pos Neg Actual Pos TP FN Neg FP TN
Key components:
Derived metrics:
Multi-class extension:
We always examine confusion matrices for Australian business ML projects to understand error patterns and tune models appropriately.
"Confusion matrix reveals the churn model misclassifies high-value customers more often - informing targeted improvement efforts."
Of all positive predictions, what proportion was actually positive. High precisi...
Of all actual positives, what proportion did the model identify. High recall mea...
The proportion of correct predictions among total predictions. A basic classific...
Guides, articles, and resources on AI and automation.
Explore our full AI automation service offering.
Check if your business is ready for AI automation.