mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 07:56:07 +00:00
Fix normalize error
This commit is contained in:
20
oc1_process.sh
Executable file
20
oc1_process.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
rm -f data/oc1output/*
|
||||
rm -f data/csv/*
|
||||
printf "Generating csv datasets\n"
|
||||
printf "========================\n"
|
||||
python oc1datasets.py
|
||||
printf "Processing datasets\n"
|
||||
printf "===================\n"
|
||||
while read dataset
|
||||
do
|
||||
printf "*%-30s: " $dataset
|
||||
for seed in 57 31 1714 17 23 79 83 97 7 1
|
||||
do
|
||||
printf "$seed, "
|
||||
mktree -V5 -tdata/csv/$dataset.csv -s$seed >data/oc1output/${dataset}_$seed.txt
|
||||
done
|
||||
echo "done"
|
||||
done <scripts/all.txt
|
||||
printf "Generating SQL\n"
|
||||
printf "==============\n"
|
||||
python oc1results.py
|
Reference in New Issue
Block a user