F1 score

The F1 score is a statistical measure used to evaluate the accuracy of a binary classification test by considering both precision and recall. It represents the harmonic mean of precision and recall, providing a balanced metric especially useful when the class distribution is uneven.

Read More →

AUC-ROC

AUC-ROC is a performance measurement for classification models at various threshold settings. It represents the area under the Receiver Operating Characteristic curve, summarizing the trade-off between true positive and false positive rates.

Read More →