Fix circular definition

This commit is contained in:
2022-05-04 02:07:41 +02:00
parent 90c895b616
commit e9d44e928b
7 changed files with 153 additions and 147 deletions

View File

@@ -2,13 +2,6 @@ import os
import subprocess
BEST_ACCURACY_STREE = 40.282203
ALL_METRICS = (
"accuracy",
"f1-macro",
"f1-micro",
"f1-weighted",
"roc-auc-ovr",
)
class Folders: