remove empty lines
All checks were successful
s434765-training/pipeline/head This commit looks good

This commit is contained in:
Karolina Oparczyk 2021-05-17 20:43:29 +02:00
parent 9af96b100c
commit faae9093cd

View File

@ -7,5 +7,6 @@ if kaggle datasets download -d sgonkaggle/youtube-trend-with-subscriber && unzip
head -n 544 "data_shuf" > "data_test"
head -n 1088 "data_shuf" | tail -n 544 > "data_dev"
head -n 5441 "data_shuf" | tail -n 4352 > "data_train"
grep "\S" "data_dev"
python3 get_data.py USvideos_modified.csv
fi