Journal of Intelligent Systems (Jan 2021)

Instance Reduction for Avoiding Overfitting in Decision Trees

  • Amro Asma’,
  • Al-Akhras Mousa,
  • Hindi Khalil El,
  • Habib Mohamed,
  • Shawar Bayan Abu

DOI
https://doi.org/10.1515/jisys-2020-0061
Journal volume & issue
Vol. 30, no. 1
pp. 438 – 459

Abstract

Read online

Decision trees learning is one of the most practical classification methods in machine learning, which is used for approximating discrete-valued target functions. However, they may overfit the training data, which limits their ability to generalize to unseen instances. In this study, we investigated the use of instance reduction techniques to smooth the decision boundaries before training the decision trees. Noise filters such as ENN, RENN, and ALLKNN remove noisy instances while DROP3 and DROP5 may remove genuine instances. Extensive empirical experiments were conducted on 13 benchmark datasets from UCI machine learning repository with and without intentionally introduced noise. Empirical results show that eliminating border instances improves the classification accuracy of decision trees and reduces the tree size, which reduces the training and classification times. In datasets without intentionally added noise, applying noise filters without the use of the built-in Reduced Error Pruning gave the best classification accuracy. ENN, RENN, and ALLKNN outperformed decision trees learning without pruning in 9, 9, and 8 out of 13 datasets, respectively. The datasets reduced using ENN and RENN without built-in pruning were more effective when noise was intentionally introduced in different ratios.

Keywords