Machine learningMachine learning
极端随机树 (Extra Trees)
极端随机树(Extra Trees),由 Geurts、Ernst 和 Wehenkel 于 2006 年提出,是一种决策树集成方法,其随机化程度比随机森林 (Random Forest) 更高。在每个节点,候选特征和分裂阈值都完全随机选择,消除了对阈值的贪婪搜索。这种额外的随机性降低了方差,通常能达到或超过随机森林的准确率,并且在训练时运行速度显著更快。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
+1 more
来源
- Geurts, P., Ernst, D. & Wehenkel, L. (2006). Extremely randomized trees. Machine Learning, 63(1), 3–42. DOI: 10.1007/s10994-006-6226-1 ↗
- Extra-Trees. Wikipedia. link ↗
如何引用本页
ScholarGate. (2026, June 3). Extremely Randomized Trees (Extra-Trees). ScholarGate. https://scholargate.app/zh/machine-learning/extra-trees
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
- 梯度提升(Gradient Boosting)机器学习↔ compare
- 随机森林机器学习↔ compare
- XGBoost机器学习↔ compare