利用conda安装xgboost
2017-10-11 本文已影响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
相关文章