Fix score names

This commit is contained in:
2022-05-06 10:58:18 +02:00
parent 47749cea94
commit 3056bb649a

View File

@@ -4,10 +4,10 @@ from .Utils import Files
ALL_METRICS = ( ALL_METRICS = (
"accuracy", "accuracy",
"f1-macro", "f1_macro",
"f1-micro", "f1_micro",
"f1-weighted", "f1_weighted",
"roc-auc-ovr", "roc_auc_ovr",
) )