d
This commit is contained in:
parent
e6a64c4d9b
commit
9e5b70e583
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user