Fix normalize error

This commit is contained in:
2021-04-11 02:21:25 +02:00
parent 40d9b02ef2
commit dd83175508
554 changed files with 3891 additions and 7360 deletions

20
oc1_process.sh Executable file
View 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