Description:

label = +label = -
predict +tpfp
predict -fntn
  • Accuracy: % of correct predictions
  • Precision Metric: % of positive predictions that are correct
  • Recall Metric: % of correct positive labels that are found
  • F Metric
    • measure assess the trade-off between precision and recall
    • Usually, prefer balanced F-1 measure
      • , that is
      • Harmonic mean
  • F_1 score

Symmetric vs asymmetric metrics:

Symmetric metricsAsymmetric metrics
Treat all classes the sameMeasures a model’s performance w.r.t. a class
AccuracyF1, recall, precision, ROC