Skip to content

Instantly share code, notes, and snippets.

@walterreade
Created September 8, 2015 15:31
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save walterreade/6ecf037bdae0421bd9e4 to your computer and use it in GitHub Desktop.
Save walterreade/6ecf037bdae0421bd9e4 to your computer and use it in GitHub Desktop.
XGBoost on AWS
sudo apt-get install make
sudo apt-get update
sudo apt-get install gcc
sudo apt-get install g++
sudo apt-get install git
sudo git clone https://github.com/dmlc/xgboost
cd xgboost
./build.sh
cd python-package
python setup.py install
wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment