본문 바로가기
프로그래밍/Python

ubuntu18.04 XGBoost 설치

by Leeys 2022. 3. 17.
반응형

Your Commands Linux-Terminal

 

sudo pip3 install cmake # 설치 안되어있을시

 

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

2. cd xgboost

3. make

4. cd python-package

5. python setup.py install --user

반응형

댓글