- 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
- import xgboost as xgb
https://github.com/dmlc/xgboost/blob/master/doc/python/python_intro.md
When I install it using python3, I get the following error
error: [Errno 2] No such file or directory: 'cmake'