mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-17 00:15:55 +00:00
Add score hyperparameter
This commit is contained in:
14
test.sh
Executable file
14
test.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
for i in STree Wodt Cart SVC ExtraTree; do
|
||||
for a in accuracy f1_macro; do
|
||||
python src/main.py -s $a -P iMac27 -m $i -r 1
|
||||
done
|
||||
done
|
||||
for i in STree Wodt Cart SVC ExtraTree; do
|
||||
for a in accuracy f1_macro; do
|
||||
python src/build_best.py -s $a -m $i -r 1
|
||||
done
|
||||
done
|
||||
for a in accuracy f1_macro; do
|
||||
ptyhon src/benchmark.py -s $a
|
||||
done
|
Reference in New Issue
Block a user