mac :
安装anaconda,
cd到anaconda 目录下
pip install xgboost
测试: 在当前的¥ python , 进入python 环境
import xgboost
不报错就ok :)
Windows环境测试ok
1.anaconda2 下载:
https://www.continuum.io/downloads
2. 安装完成后, 在 anaconda prompt中输入:
conda update conda
conda update --all
conda install mingw libpython
pip install thean - U --pre
pip install keras -U ---pre
pip install hyperas
3. 超参数优化 hyperas模块, URL:
https://github.com/maxpumperla/hyperas
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:anacondas 下 安装xgboost & keras - Python技术站