How can I install XGBoost package in python on Windows

后端 未结 9 943
庸人自扰
庸人自扰 2020-12-16 15:32

I tried to install XGBoost package in python. I am using windows os, 64bits . I have gone through following.

The package directory states that xgboost is unstable fo

9条回答
  •  猫巷女王i
    2020-12-16 15:49

    You can pip install catboost. It is a recently open-sourced gradient boosting library, which is in most cases more accurate and faster than XGBoost, and it has categorical features support. Here is the site of the library: https://catboost.ai

提交回复
热议问题