mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-20 01:45:54 +00:00
Add GradientBoostingClassifier and fix metrics
This commit is contained in:
@@ -3,6 +3,13 @@ import subprocess
|
||||
import argparse
|
||||
|
||||
BEST_ACCURACY_STREE = 40.282203
|
||||
ALL_METRICS = (
|
||||
"accuracy",
|
||||
"f1-macro",
|
||||
"f1-micro",
|
||||
"f1-weighted",
|
||||
"roc-auc-ovr",
|
||||
)
|
||||
|
||||
|
||||
class Folders:
|
||||
|
||||
Reference in New Issue
Block a user