• 正式版

pip install gbdt

  • 正式版

pip install xgboost

  • 正式版

pip install lightgbm

  • 开发版

pip install git+https://github.com/yarny/gbdt.git

  • 开发版

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

cd xgboost

make all -j8

make pippack -j8

make pypack -j8

cd xgboost-python

python setup.py install

  • 开发版

git clone --recursive https://github.com/Microsoft/LightGBM

cd LightGBM

mkdir build

cd build

cmake ..

make -j8

cd python-package

python setup.py install

 

相关文章:

  • 2021-11-15
  • 2022-12-23
  • 2022-01-12
  • 2021-04-21
  • 2021-09-11
  • 2021-11-01
  • 2021-12-05
  • 2021-06-09
猜你喜欢
  • 2021-09-27
  • 2021-09-11
  • 2021-11-02
  • 2021-09-22
  • 2021-07-04
  • 2021-10-20
  • 2021-08-03
相关资源
相似解决方案