标签:pytho efi nbsp makefile sub 输入 bash 依赖包 环境
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
标签:pytho efi nbsp makefile sub 输入 bash 依赖包 环境
原文地址:http://www.cnblogs.com/lijin817/p/7490650.html