Introduction
A confusion matrix helps us see how well a model is doing by showing where it gets things right or wrong.
When you want to check how many times your model guessed each class correctly or incorrectly.
When you need to understand which classes your model confuses the most.
When you want a clear picture of your model's performance beyond just accuracy numbers.