1. 依赖包 numpy+mkl,scipy
2. mingw64安装,安装好需加环境变量(路径为安装目录下bin目录下),mingw32-make.exe更名为make.exe,测试:cmd输入make,提示make: *** No targets specified and no makefile found. Stop.则表示安装成功
3. xgboost下载解压缩,用git bash输入
cd xgboost
git submodule init
git submodule update
cd make/mingw64.mk config.mk
make -j4
4. 安装xgboost
cd python-package
python setup.py install
import无报错则安装完成
时间: 2024-10-26 08:21:24