INFO

Evaluates classification models on imbalanced datasets by considering all confusion matrix elements.

How It Works

Matthews Correlation Coefficient (MCC):

  • TP: True Positives
  • TN: True Negatives
  • FP: False Positives
  • FN: False Negatives

What to Look For

  • Range: -1 (total disagreement) to +1 (perfect prediction)
  • Robust metric for imbalanced datasets
  • Preferred when accuracy is misleading

Application Models