cutoff
This commit is contained in:
parent
2be81bd32d
commit
ceb307b003
@ -20,7 +20,7 @@ TRUNCATED_SIZE=$(wc -l avocado-2020.csv | awk '{print $1}')
|
||||
echo "truncated size $TRUNCATED_SIZE"
|
||||
TEST_SIZE=0,2*$TRUNCATED_SIZE
|
||||
DEV_SIZE=2*0,2*$TRUNCATED_SIZE
|
||||
TRAIN_SIZE=2*0,2*$TRUNCATED_SIZE)+1
|
||||
TRAIN_SIZE=(2*0,2*$TRUNCATED_SIZE)+1
|
||||
|
||||
# podzial na train/dev/test 6/2/2
|
||||
head -n $TEST_SIZE avocado-2020.csv > avocado-updated-2020-test.csv
|
||||
|
Loading…
Reference in New Issue
Block a user