Table 2.
Acronym | Description |
---|---|
Accuracy | The percentage of correctly predicted samples out of the total number of samples. |
Precision | The fraction of the samples which are actually positive among all the samples which we predicted positive. where, is the number of true positives and is the number of predicted positives. |
Recall | Measures the proportion of positives that are correctly identified. Where, is the number of true positives and is the actual number of positives. |
f1_score | The weighted harmonic means of precision and recall. |