Confusion Matrix
Last reviewed by Moderation API
A confusion matrix is a 2x2 table that breaks model predictions into true positives, false positives, true negatives, and false negatives. It is the source table from which precision, recall, F1, and accuracy are calculated.
