mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 08:25:53 +00:00
Fix score names
This commit is contained in:
@@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user