Skip to content

Instantly share code, notes, and snippets.

@kayibal
Created May 3, 2017 18:02
Show Gist options
  • Save kayibal/24c4b53854ae7838f74bf084049249ed to your computer and use it in GitHub Desktop.
Save kayibal/24c4b53854ae7838f74bf084049249ed to your computer and use it in GitHub Desktop.
Installs xgboost pyhton package from master
#!/usr/bin/env bash
git clone --recursive https://github.com/dmlc/xgboost
cd xgboost
sudo make -j4
cd python-package
python3 setup.py install
rm -rf xgboost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment