调参指南:LightGBM参数优化方法
发布时间
阅读量:
阅读量
本文结构:
1. 什么是 LightGBM
2. 怎么调参
3. 和 xgboost 的代码比较
1. 什么是 LightGBM
Light Gradient Boosting Machine (LGBM) is the widely recognized gradient boosting machine known as Light GBM, employing tree-based learning algorithms.
LightGBM 以叶子节点为中心垂直生长,在每一步迭代中都会选择损失缩减最大的叶子节点进行扩展。

而以往其它基于树的算法是水平地生长,即 level-wise,

当生长相同的叶子时,Leaf-wise 比 level-wise 减少更多的损失。
高速,高效处理大数据,运行时需要更低的内存,支持
全部评论 (0)
还没有任何评论哟~
