aboutsummaryrefslogtreecommitdiff
path: root/part1/test-random.sh
diff options
context:
space:
mode:
Diffstat (limited to 'part1/test-random.sh')
-rwxr-xr-xpart1/test-random.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/part1/test-random.sh b/part1/test-random.sh
deleted file mode 100755
index b10c555..0000000
--- a/part1/test-random.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-for i in $(seq 100 5 180);do
- for j in $(seq 20 5 100);do
- echo "Testing with M = $i + ${j}R"
- python -W ignore train.py -i data.csv -ql -m $i -R $j -e 27 | tee -a test-random.txt
- done
-done