Introduction
We use evaluation and confusion matrix to check how well a model is doing. It helps us see where the model is right or wrong.
After training a model to see how accurate it is.
When comparing two models to pick the better one.
To understand which classes the model confuses the most.
When tuning model settings to improve performance.
To explain model results to others in a simple way.