Abstract :
It is generally recognized that recursive partitioning, as used in the construction of classification trees, is inherently unstable, particularly for small data sets. Classification accuracy and, by implication, tree structure, are sensitive to changes in the training data. Successful approaches to counteract this effect include multiple classifiers, e.g. boosting, bagging or windowing. The downside of these multiple classification models, however, is the plethora of trees that result, often making it difficult to extract the classifier in a meaningful manner. We show that, by using some very weak knowledge in the sampling stage, when the data set is partitioned into the training and test sets, a more consistent and improved performance is achieved by a single decision tree classifier. The reductions in error rate attained are comparable with those attained using boosting. In addition, we demonstrate that the combination of such sampling, combined with boosting, yields significant reductions in error rates
Keywords :
data mining; decision trees; learning (artificial intelligence); pattern classification; boosting; classification accuracy; data mining; decision tree accuracy; recursive partitioning; stratified sampling; Bagging; Boosting; Classification tree analysis; Data mining; Decision trees; Error analysis; Sampling methods; Testing; Training data; Tree data structures;