What is a confusion matrix?
A confusion matrix counts true and false predictions by actual and predicted class.
- TP FP FN TN for binary case
- Helps derive precision and recall
- Great for error analysis
What is a confusion matrix?
A confusion matrix counts true and false predictions by actual and predicted class.
A confusion matrix counts true and false predictions by actual and predicted class.
What is a confusion matrix?