ium_470618/script.sh

6 lines
133 B
Bash
Raw Normal View History

2023-03-23 14:37:46 +01:00
kaggle competitions download -c titanic
unzip titanic.zip
wc -l train.csv
head -500 train.csv | shuf > output.txt
echo 'script done'