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.