1. 程式人生 > >windows下xgboost安裝到python

windows下xgboost安裝到python

class bash markdown mar date dml algo pre boost

 初始環境

在安裝之前,我的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