How to install xgboost for Python on Linux
August 6, 2016 ยท View on GitHub
Commands Linux-Terminal
- type : git clone --recursive https://github.com/dmlc/xgboost.git
- type : cd xgboost
- type : make
- type : cd python-package
- type : python setup.py install --user
How to use inside python scripts
- import xgboost as xgb
Sources:
https://github.com/dmlc/xgboost/blob/master/doc/python/python_intro.md