美文网首页
2022-04-27-xgboost

2022-04-27-xgboost

作者: 破阵子沙场秋点兵 | 来源:发表于2022-04-26 11:49 被阅读0次

xgboost 特征重要图片显示太小

# xgboost.plot_importance() 产生的图片大小更改
plt.rcParams["figure.figsize"] = (14, 8)
xgboost.plot_importance(xgb_clf)

相关文章

网友评论

      本文标题:2022-04-27-xgboost

      本文链接:https://www.haomeiwen.com/subject/sbnkyrtx.html