- 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
pallabi@pallabi-HP-Notebook ~/xgboost/python-package $ python setup.py install --user
Traceback (most recent call last):
File "setup.py", line 6, in
from setuptools import setup, find_packages
ImportError: No module named setuptools