How can I install XGBoost package in python on Windows

后端 未结 9 944
庸人自扰
庸人自扰 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条回答
  •  情书的邮戳
    2020-12-16 15:47

    The following command should work but, If you have a problem with this command

    conda install -c conda-forge xgboost

    First activate your environment . Assume your environment is named simply write in conda terminal :

    activate 
    

    and then

     pip install xgboost
    

提交回复
热议问题