How to install xgboost in python on MacOS?

前端 未结 9 819
别那么骄傲
别那么骄傲 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条回答
  •  梦毁少年i
    2020-12-23 23:01

    If you have anaconda installed, this worked for me:

    Simply type in the terminal:

    conda install -c conda-forge xgboost
    

提交回复
热议问题