win7 64位下基于python2.7安装xgboost
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了win7 64位下基于python2.7安装xgboost相关的知识,希望对你有一定的参考价值。
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无报错则安装完成
以上是关于win7 64位下基于python2.7安装xgboost的主要内容,如果未能解决你的问题,请参考以下文章