Skip to content

Installations: Kaggle Instructions

kes cardoso edited this page Mar 31, 2021 · 2 revisions

Connect to Kaggle

Kaggle API allows the developer to download datasets directly from the terminal/command-line

  1. Create a kaggle account at https://kaggle.com

  2. pip install kaggle

  3. Go to 'Account' tab in your kaggle profile a scroll to 'API' section. Click 'Create new API Token' and add the kaggle.json file that will download to your project structure.

For more complete instructions on how to use the Kaggle API, go to https://www.kaggle.com/docs/api#getting-started-installation-&-authentication

Libraires you might need to install

pip install reportlab

pip install statistics

pip install sklearn

pip install numpy