xgboost|xgboost python包的完美安装(附包链接)
未经允许,不得擅自改动和转载
- 在http://www.lfd.uci.edu/~gohlke/pythonlibs/#xgboost网站上找到xgboost现成的whl文件
文章图片
- 进入'C:\Users\hasee\AppData\Local\Programs\Python\Python35\Scripts'目录下执行
pip install "C:\Users\hasee\AppData\Local\Programs\Python\Python35\Scripts"
注意:安装包要用英文状态下的双引号括住
文章图片
好了,这样就成功了!
运行
import xgboost
出现警告,不知怎么回事,望见过此错误的能回答一下呀?: DeprecationWarning: This module was deprecated in version 0.18 in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20.
"This module will be removed in 0.20.", DeprecationWarning)
文章图片
扩展阅读:
xgboost入门与实战(原理篇)
python xgboost 运行异常
在windows 10环境下安装xgboost
python xgboost 运行异常 | ZL
好看的人儿,点个喜欢? 你会更好看哦~~
推荐阅读
- 喂,你结婚我给你随了个红包
- python学习之|python学习之 实现QQ自动发送消息
- CET4听力微技能一
- 逻辑回归的理解与python示例
- 放下心中的偶像包袱吧
- 社保代缴公司服务费包含哪些
- python自定义封装带颜色的logging模块
- 【Leetcode/Python】001-Two|【Leetcode/Python】001-Two Sum
- Beego打包部署到Linux
- Python基础|Python基础 - 练习1