TABLE 3.
Performance metrics.
Performance metrics | Definition | Formula |
Accuracy | The ratio of the number of correctly predicted observations to total observations | |
Sensitivity or recall | The proportion of positives that are correctly identified as positive by the model | |
Specificity | The proportion of negatives that are correctly identified as negative by the model | |
Precision | The proportion of true positives out of all predicted positives | |
F1 Score | The harmonic mean of precision and recall |