美文网首页
利用conda安装xgboost

利用conda安装xgboost

作者: 谁是我的小超人 | 来源:发表于2017-10-11 22:32 被阅读0次

    conda3

    利用conda新建环境

    conda create -n kaggle_env python=3.6

    在conda创建的环境中安装xgboost

    pip install xgboost

    在jupyter notebook 添加新的虚拟环境

    conda install nb_conda // jupyter notebook 可以检测到 新的虚拟环境

    参考资料:
    conda_new_env
    conda_install xgboost
    jupyter_in_new_env
    相关文章

    相关文章

      网友评论

          本文标题:利用conda安装xgboost

          本文链接:https://www.haomeiwen.com/subject/hdcgyxtx.html