From 0a1ad07219daa52419eb3bdfbf435eeb1266e209 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 12 Dec 2018 22:56:49 +0000 Subject: Remove part1 --- part1/test-random.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 part1/test-random.sh (limited to 'part1/test-random.sh') 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 -- cgit v1.2.3-54-g00ecf