Skip to content

Instantly share code, notes, and snippets.

@jwegas
Forked from walterreade/xgb_aws.txt
Last active May 1, 2016 06:35
Show Gist options
  • Save jwegas/330b0c1d1876647ec98568fe1733f5c8 to your computer and use it in GitHub Desktop.
Save jwegas/330b0c1d1876647ec98568fe1733f5c8 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
sudo sh ./build.sh
cd python-package
sudo 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