Created
September 8, 2015 15:31
-
-
Save walterreade/6ecf037bdae0421bd9e4 to your computer and use it in GitHub Desktop.
XGBoost on AWS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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