Articles → MACHINE LEARNING → Confusion Matrix In Machine Learning
Confusion Matrix In Machine Learning
Purpose
Confusion Matrix
| Predicted: Positive | Predicted: Negative |
|---|
| Actual: Positive | True Positive (TP) | False Negative (FN) |
| Predicted: Negative | False Positive (FP) | True Negative (TN) |
- True Positive (TP): Model correctly predicted positive.
- False Positive (FP): Model incorrectly predicted positive (also called Type I error).
- True Negative (TN): Model correctly predicted negative.
- False Negative (FN): Model incorrectly predicted negative (Type II error).
Classification Accuracy
| Posted By - | Karan Gupta |
| |
| Posted On - | Monday, June 9, 2025 |
| |
| Updated On - | Monday, June 16, 2025 |