作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
不工作:
import warnings
warnings.filterwarnings('ignore')
[14:24:45] WARNING: C:/Jenkins/workspace/xgboost-win64_release_0.90/src/objective/regression_obj.cu:152: reg:linear is now deprecated in favor of reg:squarederror.
最佳答案
更改详细参数 verbosity = 0
在模型定义中。它可以采用的值是:0 - "silent", 1 - "warning", 2 - "info", 3 - "debug"
xgboost = xgb.XGBRegressor(objective ='reg:linear', verbosity = 0, random_state=42)
关于xgboost - 如何在 jupyter 中隐藏来自 xgboost 库的警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58318685/
我是一名优秀的程序员,十分优秀!