windows下xgboost安装到python

Posted James

tags:

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

 初始环境

在安装之前,我的anaconda2已经安装好,git也有装好

  1. 下载xgboost代码
    打开git bash ,到需要下载的目录D:\Python\algorithm, 以下命令下载:

    $ git clone --recursive https://github.com/dmlc/xgboost
    $ cd xgboost
    $ git submodule init
    $ git submodule update
  2. 安装MINGW


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

windows下安装xgboost

如何在windows下安装xgboost库

xgboost系列:windows和linux下xgboost安装指南

如何在python(windows平台)中安装xgboost包?

Window下XGBoost安装

Window下XGBoost安装