What is a confusion matrix and what four values does it contain for binary classification?

Data Science with Python Medium

Data Science with Python — Medium

What is a confusion matrix and what four values does it contain for binary classification?

Key points

  • Confusion matrix evaluates model performance
  • True Positives are correctly predicted positive instances
  • False Negatives are incorrectly predicted negative instances
  • True Negatives are correctly predicted negative instances

Ready to go further?

Related questions