Lukas' Notes

Confusion Matrix

Dec 14, 20251 min read

machine-learning

Definition

Confusion Matrix

The confusion matrix is a symmetric matrix that compares predicted class labels against the actual (true) class labels.

The diagonal of the confusion matrix shows the true positives.


Graph View

Created with Quartz v4.4.0 © 2025

  • GitHub