在安装之前,我的anaconda2已经安装好,git也有装好
下载xgboost代码
打开git bash ,到需要下载的目录D:\Python\algorithm, 以下命令下载:
$ git clone --recursive https://github.com/dmlc/xgboost
$ cd xgboost
$ git submodule init
$ git submodule update
安装MINGW
原文:http://www.cnblogs.com/james0/p/7905250.html