如何在xgboost Python安装包
发布网友
发布时间:2022-04-27 06:48
我来回答
共1个回答
热心网友
时间:2022-04-07 12:53
1. 下载编译器:
将其bin目录位置添加到系统环境变量path之后,并将bin目录下 mingw32-make.exe改名为make.exe,便于后面调用。
2. 下载git:
3. 打开 Git Bash 并选择一个下载位置,依次执行
git clone --recursive
cd xgboost
git submole init
git submole update
cp make/mingw64.mk config.mk
make -j4,这一步会报错,
cd dmlc-core
make -j4
cd ../rabit
make lib/librabit_empty -j4
cd ..
cp make/mingw64.mk config.mk
make -j4
进入文件夹 cd python-package
python setup.py install