Add multy score to exreport

This commit is contained in:
2021-09-27 18:43:59 +02:00
parent 50cbc95919
commit 9adac5d1fd
7 changed files with 79 additions and 41 deletions

View File

@@ -10,5 +10,5 @@ for i in STree Wodt Cart SVC ExtraTree; do
done
done
for a in accuracy f1_macro; do
ptyhon src/benchmark.py -s $a
python src/benchmark.py -s $a
done