How to install xgboost in Anaconda Python (Windows platform)?

前端 未结 21 2543
北恋
北恋 2020-11-30 19:25

I am a new Python user. I downloaded the latest Anaconda 3 2.4.1 (Python 3.5) from the below link: https://www.continuum.io/downloads

My PC Configurations are: Windo

21条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 19:55

    You can install it using pip:

    pip3 install --default-timeout=100 xgboost
    

提交回复
热议问题