Machine learningMachine learning
ロバストスタッキングアンサンブル
ロバストスタッキングアンサンブルは、従来のスタック汎化を拡張したもので、通常のメタ学習器をロバストな推定器(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/ja/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.
- バギング(ブートストラップ集約)機械学習↔ compare
- ブースティング機械学習↔ compare
- 勾配ブースティング機械学習↔ compare
- ランダムフォレスト機械学習↔ compare
- XGBoost機械学習↔ compare