How to install xgboost in python on MacOS?

前端 未结 9 814
别那么骄傲
别那么骄傲 2020-12-23 22:19

I am a newbie and learning python. Can someone help me- how to install xgboost in python. Im using Mac 10.11. I read online and did the below mentioned step, but not able to

9条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-23 23:03

    You can pip install catboost. It is a recently open-sourced gradient boosting library, it has similar interfaces and is more accurate, than XGBoost, faster and has categorical features support out of the box. Here is the site of the library: https://catboost.yandex

提交回复
热议问题