Answer Posted / Navneet Aryan
A Confusion Matrix is a table used to describe the performance of a classification model (supervised learning) by showing the number of correct and incorrect predictions made for different classes. It compares actual values with predicted values, providing information about True Positives (TP), False Positives (FP), True Negatives (TN), and False Negatives (FN).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers