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

前端 未结 21 2552
北恋
北恋 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 20:01

    1. Download package from this website. I downloaded xgboost-0.6-cp36-cp36m-win_amd64.whl for anaconda 3 (python 3.6)
    2. Put the package in directory C:\
    3. Open anaconda 3 prompt
    4. Type cd C:\
    5. Type pip install C:\xgboost-0.6-cp36-cp36m-win_amd64.whl
    6. Type conda update scikit-learn

提交回复
热议问题