一、xgboost安装
1.pip install xgboost
进入PyPI页面,搜索xgboost,但是发现xgboost目前没有提供windows版本的安装资源:
暂时没有windows版本的安装资源2.解决方法:How to install xgboost package in python (windows platform)? 非常有用!!
个人电脑配置win10 64bits python3.6 拟采用以下方法:
3.下载 xgboost whl文件
4.安装xgboost whl文件。首先找到文件下载后存放的位置 C:\Users\yaoju\Downloads\xgboost-0.72-cp36-cp36m-win_amd64.whl 然后按照以下方法安装:
二、xgboost使用
参考:Python Package Introduction 参考:Python API Reference
参考文章:
【1】How to install xgboost package in python (windows platform)?
网友评论