码迷,mamicode.com
首页 > 编程语言 > 详细

win7 64位下基于python2.7安装xgboost

时间:2017-09-07 18:11:32      阅读:138      评论:0      收藏:0      [点我收藏+]

标签: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

import无报错则安装完成

win7 64位下基于python2.7安装xgboost

标签:pytho   efi   nbsp   makefile   sub   输入   bash   依赖包   环境   

原文地址:http://www.cnblogs.com/lijin817/p/7490650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!