Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

working with Kaggle #14

Open
raineydavid opened this issue Aug 12, 2018 · 1 comment
Open

working with Kaggle #14

raineydavid opened this issue Aug 12, 2018 · 1 comment
Labels
question Further information is requested

Comments

@raineydavid
Copy link
Owner

Describe the question
Tricks and tips for kaggle?

@raineydavid
Copy link
Owner Author

raineydavid commented Aug 12, 2018

Answer
Kaggle API

$ pip install --user kaggle
# You can also choose to export your Kaggle username and token to the environment:
$ export KAGGLE_USER=xxxx
$ export KAGGLE_TOKEN=xxxxxxxxxxxxxx
# supported commands
$ kaggle competitions {list,files,download,submit,submissions,leaderboard}
$ kaggle datasets {list, files, download, create, version, init}
$ kaggle config {view, set, unset}
# example
$ kaggle datasets download -d ramamet4/app-store-apple-data-set-10k-apps

@raineydavid raineydavid added the question Further information is requested label Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant