Machine learningMachine learning
鲁棒LightGBM
鲁棒LightGBM是一个梯度提升框架,它将微软高效的LightGBM引擎与抗离群值损失函数(最常见的是Huber损失、分位数损失或平均绝对误差)相结合,从而使预测不会被极端或错误的观测值不当地扭曲。它保留了LightGBM的速度和叶子生长方式,同时对目标变量中的重尾噪声具有抵抗力。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Ke, G., Meng, Q., Finley, T., Wang, T., Chen, W., Ma, W., Ye, Q., & Liu, T.-Y. (2017). LightGBM: A Highly Efficient Gradient Boosting Decision Tree. Advances in Neural Information Processing Systems, 30, 3146–3154. link ↗
- Friedman, J. H. (2001). Greedy Function Approximation: A Gradient Boosting Machine. The Annals of Statistics, 29(5), 1189–1232. DOI: 10.1214/aos/1013203451 ↗
如何引用本页
ScholarGate. (2026, June 3). Robust LightGBM (Light Gradient Boosting Machine with Robust Loss Functions). ScholarGate. https://scholargate.app/zh/machine-learning/robust-lightgbm
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- CatBoost机器学习↔ compare
- 梯度提升(Gradient Boosting)机器学习↔ compare
- Huber回归统计学↔ compare
- LightGBM机器学习↔ compare
- 随机森林机器学习↔ compare
- XGBoost机器学习↔ compare