What is the difference between recall and specificity in binary classification evaluation?

Machine Learning Medium

Machine Learning — Medium

What is the difference between recall and specificity in binary classification evaluation?

Key points

  • Recall focuses on actual positives; specificity focuses on actual negatives
  • Recall = TP/(TP+FN); specificity = TN/(TN+FP)
  • Both metrics contribute to the ROC curve analysis
  • Understanding both metrics is crucial for evaluating model performance

Ready to go further?

Related questions