Machine learningMachine learning
集成逻辑回归
集成逻辑 regression 训练多个逻辑回归分类器于不同的训练数据子集或扰动,并通过平均或投票组合它们的概率估计。该方法在通过聚合降低方差和提高预测稳定性时,保留了逻辑回归的概率可解释性。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Breiman, L. (1996). Bagging predictors. Machine Learning, 24(2), 123–140. DOI: 10.1007/BF00058655 ↗
- Polikar, R. (2006). Ensemble based systems in decision making. IEEE Circuits and Systems Magazine, 6(3), 21–45. DOI: 10.1109/MCAS.2006.1688199 ↗
如何引用本页
ScholarGate. (2026, June 3). Ensemble Logistic Regression (Combined Logistic Classifier Ensemble). ScholarGate. https://scholargate.app/zh/machine-learning/ensemble-logistic-regression
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.
- Boosting机器学习↔ compare
- 逻辑回归(机器学习)机器学习↔ compare
- 随机森林机器学习↔ compare
- 半监督逻辑回归机器学习↔ compare
- 堆叠法机器学习↔ compare
- 投票集成 (Voting Ensemble)机器学习↔ compare