| Metric | Definition | Note |
| Accuracy |
| Overall correctness of the model. The total true results. |
| Precision |
| Ratio of positive cases that we predicted appropriately. The positive predicted value (PPV). |
| Recall/TP-Rate |
| The ratio of correctly identified positive cases. |
| F1-Score |
| The weighted average of precision and recall. |
| False Negative Rate (Miss Rate) |
| It is the probability that a true positive will be missed by the test |
| True Positive Rate (Sensitivity) |
| It is the probability that an actual positive will test positive |