Machine learningMachine learning
鲁棒堆叠集成
鲁棒堆叠集成(Robust Stacking Ensemble)通过使用鲁棒估计器(如 Huber 损失回归器、分位数回归或在修剪残差上训练的模型)替换普通的元学习器,从而扩展了经典的堆叠泛化。这使得集成模型的组合层能够抵抗异常值和嘈杂的基础学习器预测。它提高了在标签受污染或误差分布呈重尾的真实世界数据集上的预测准确性和可靠性。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Wolpert, D. H. (1992). Stacked Generalization. Neural Networks, 5(2), 241–259. DOI: 10.1016/S0893-6080(05)80023-1 ↗
- Ensemble learning. Wikipedia. link ↗
如何引用本页
ScholarGate. (2026, June 3). Robust Stacking Ensemble (Outlier-Resistant Stacked Generalization). ScholarGate. https://scholargate.app/zh/machine-learning/robust-stacking-ensemble
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.
- Bagging(Bootstrap Aggregating)机器学习↔ compare
- Boosting机器学习↔ compare
- 梯度提升(Gradient Boosting)机器学习↔ compare
- 随机森林机器学习↔ compare
- XGBoost机器学习↔ compare