mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 16:05:54 +00:00
Fix score names
This commit is contained in:
@@ -4,10 +4,10 @@ from .Utils import Files
|
||||
|
||||
ALL_METRICS = (
|
||||
"accuracy",
|
||||
"f1-macro",
|
||||
"f1-micro",
|
||||
"f1-weighted",
|
||||
"roc-auc-ovr",
|
||||
"f1_macro",
|
||||
"f1_micro",
|
||||
"f1_weighted",
|
||||
"roc_auc_ovr",
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user