Machine learningMachine learning
可解释投票集成
可解释投票集成通过多数投票(硬投票)或平均概率(软投票)结合来自多个不同基础模型的预测,然后应用事后(post-hoc)或事前(ante-hoc)可解释人工智能(XAI)技术——例如SHAP值、LIME或置换重要性——为组合模型的决策生成特征层面的解释。其目标是在保留集成聚合带来的准确性提升的同时,满足高风险或受监管应用中的可解释性要求。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Lundberg, S. M., & Lee, S.-I. (2017). A unified approach to interpreting model predictions. Advances in Neural Information Processing Systems, 30, 4765–4774. link ↗
- Rokach, L. (2010). Ensemble-based classifiers. Artificial Intelligence Review, 33(1–2), 1–39. DOI: 10.1007/s10462-009-9124-7 ↗
如何引用本页
ScholarGate. (2026, June 3). Explainable Voting Ensemble (XAI-Augmented Voting Classifier/Regressor). ScholarGate. https://scholargate.app/zh/machine-learning/explainable-voting-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
- 可解释梯度提升机器学习↔ compare
- 可解释随机森林机器学习↔ compare
- SHAP (SHapley Additive exPlanations)机器学习↔ compare
- 堆叠法机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare