當前位置:編程學習大全網 - 網站源碼 - 如何在xgboost Python安裝包

如何在xgboost Python安裝包

打開 Git Bash 並選擇壹個下載位置,依次執行

git clone --recursive /dmlc/xgboost

cd xgboost

git submodule init

git submodule update

cp make/mingw64.mk config.mk

make -j4,這壹步會報錯,

cd dmlc-core

make -j4

cd ../rabit

make lib/librabit_empty -j4

cd ..

cp make/mingw64.mk config.mk

make -j4

進入文件夾 cd python-package

python setup.py install

  • 上一篇:奉糧五常大米怎麽樣
  • 下一篇:為什麽打不開OA?
  • copyright 2024編程學習大全網