Skip to content

Instantly share code, notes, and snippets.

@MaxHalford
Created April 7, 2018 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaxHalford/fa75255932ebcbfe3b0042aef561554e to your computer and use it in GitHub Desktop.
Save MaxHalford/fa75255932ebcbfe3b0042aef561554e to your computer and use it in GitHub Desktop.
AWS Kaggle setup
curl -O https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
bash Anaconda3-5.1.0-Linux-x86_64.sh # Say "yes" and "yes"
anaconda3/bin/pip install kaggle
anaconda3/bin/pip install lightgbm
mkdir .kaggle
echo "{"username":"maxhalford", "key":"secret"}" >> ~/.kaggle/kaggle.json
chmod 600 ~/.kaggle/kaggle.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment