Confusion Matrix Analyzer
Analyze confusion matrices to understand classifier performance and find improvement areas.
Usage
Provide your confusion matrix data to get detailed analysis and recommendations.
Examples
- "Analyze this 3-class confusion matrix for our image classifier"
- "Identify which classes our model confuses most often"
- "Calculate per-class metrics from our binary classifier results"
Guidelines
- Look at both false positives and false negatives
- Calculate per-class precision and recall
- Identify systematic confusion patterns between classes
- Consider the business cost of each error type
- Use normalized confusion matrices for imbalanced datasets