langtest.utils.util_metrics#

Functions

calculate_f1_score(y_true, y_pred[, ...])

Calculate the F1 score for the provided true and predicted labels.

classification_report(y_true, y_pred[, ...])

Generate a classification report including precision, recall, f1-score, and support.