Update dataset_download.sh
This commit is contained in:
parent
ae34f1129c
commit
9adb16b25b
@ -1 +1,6 @@
|
||||
echo "Hello world from sh file"
|
||||
echo "Hello world from sh file"
|
||||
pip install --user kaggle
|
||||
export KAGGLE_USERNAME=${kaggle_username}
|
||||
export KAGGLE_KEY=${kaggle_password}
|
||||
kaggle datasets download -d kamilpytlak/personal-key-indicators-of-heart-disease/
|
||||
unzip -o personal-key-indicators-of-heart-disease.zip
|
Loading…
Reference in New Issue
Block a user