Skip to content

Instantly share code, notes, and snippets.

@adammarples
Created March 26, 2018 13:31
Show Gist options
  • Save adammarples/9053e08d31ef22c298021ca3c0c87a72 to your computer and use it in GitHub Desktop.
Save adammarples/9053e08d31ef22c298021ca3c0c87a72 to your computer and use it in GitHub Desktop.
Install XGBoost binaries before running pip install xgboost
git clone --recursive https://github.com/dmlc/xgboost
cd xgboost
cp make/minimum.mk ./config.mk
make -j4
cd python-package
sudo python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment