安装 LightGBM 包的过程

conda install cmake
conda install gcc
git clone --recursive https://github.com/Microsoft/LightGBM ; cd LightGBM
mkdir build ; cd build
cmake ..
make -j

返回到下载的LightGBM
cd LightGBM
cd python-packages
sudo python setup.py install

posted @ 2018-01-03 19:46  Gssol  阅读(600)  评论(0编辑  收藏  举报