Xgboost 安装(windows)

Posted zhangm215

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xgboost 安装(windows)相关的知识,希望对你有一定的参考价值。

首先装git,之后操作都在git bash里

1、git clone --recursive https://github.com/dmlc/xgboost  

2、cd xgboost  

3、下载https://www.dropbox.com/s/y8myex4bnuzcp03/Makefile_win?dl=1的Makefile_win文件放到xgboost目录里

4、cp Makefile_win Makefile

5、cp make/mingw64.mk config.mk

6、安装TDM-GCC:http://tdm-gcc.tdragon.net/download,装完重新进git bash

7、mingw32-make  

8、cd python-package  

9、python setup.py install  

参考:https://dnc1994.com/2016/03/installing-xgboost-on-windows/

以上是关于Xgboost 安装(windows)的主要内容,如果未能解决你的问题,请参考以下文章

Window下XGBoost安装

Window下XGBoost安装

Xgboost 安装(windows)

windows 下使用conda安装xgboost问题

如何在windows下安装xgboost库

windows下安装xgboost