This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aba | |
abaca | |
abacan | |
abaç | |
abay | |
abayhan | |
abaza | |
abbas | |
abdal | |
abdi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install kaggle | |
mkdir ~/.kaggle | |
# Load API token kaggle.json | |
cp kaggle.json ~/.kaggle/ | |
chmod 600 ~/.kaggle/kaggle.json | |
# kaggle competitions download <name-of-competition> | |
kaggle datasets download <name-of-dataset> |