Ubuntu下安装GPU版xgboost python库
安装过程见官方文档:http://xgboost.readthedocs.io/en/latest/build.html
主要有以下两步
1. 下载源代码
git clone --recursive https://github.com/dmlc/xgboost
2. 编译GPU共享库
cd xgboost
mkdir build
cd build
cmake .. -DUSE_C
原创
2017-11-04 20:21:24 ·
1577 阅读 ·
0 评论