Skip to content

Sandy4321/xgboost_install_demo_osx

 
 

Repository files navigation

How I installed xgboost on OSX (https://github.com/dmlc/xgboost)

git clone --recursive https://github.com/dmlc/xgboost

cd xgboost/

cp make/minimum.mk ./config.mk

make

python setup.py install

cd python-package

sudo python setup.py install

Edit your .bashrc_profile and add the following

export PYTHONPATH=/xgboost/python-package


I included a demo program to test your install and a more complex on that works through the SF Crime data

About

How I installed XGBoost on OSX for use with Python and the demo program and data to test the install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%