This commit is contained in:
s434732 2021-03-28 20:31:23 +02:00
parent e6a64c4d9b
commit 9e5b70e583

View File

@ -3,7 +3,7 @@ pip install kaggle
kaggle datasets download martj42/international-football-results-from-1872-to-2017 --unzip
tail -n +2 healthcare-dataset-stroke-data.csv | shuf > results.data.shuf
tail -n +2 results.csv | shuf > results.data.shuf
head -n 1022 results.data.shuf > results.data.test
head -n 2044 results.data.shuf| tail -n 1022 > results.data.dev