An experimental comparison of three methods for constructing ensembles of decision trees: Bagging, boosting, and randomization
An experimental comparison of three methods for constructing ensembles of decision trees: Bagging, boosting, and randomization
复制标题
DOI:
10.1023/a:1007607513941
复制
发表时间:
2000-08-01
期刊:
影响因子:
7.5
通讯作者:
Dietterich, TG
中科院分区:
文献类型:
--
作者:
Dietterich, TG
Bagging and boosting are methods that generate a diverse ensemble of classifiers by manipulating the training data given to a "base" learning algorithm. Breiman has pointed out that they rely for their effectiveness on the instability of the base learning algorithm. An alternative approach to generating an ensemble is to randomize the internal decisions made by the base algorithm. This general approach has been studied previously by Ali and Pazzani and by Dietterich and Kong. This paper compares the effectiveness of randomization, bagging, and boosting for improving the performance of the decision-tree algorithm C4.5. The experiments show that in situations with little or no classification noise, randomization is competitive with (and perhaps slightly superior to) bagging but not as accurate as boosting. In situations with substantial classification noise, bagging is much better than boosting, and sometimes better than randomization.