Naïve bayesian tree pruning by local accuracy estimation

  • Authors:
  • Zhipeng Xie

  • Affiliations:
  • Department of Computing and Information Technology, Fudan University, Shanghai, P.R. China

  • Venue:
  • ADMA'06 Proceedings of the Second international conference on Advanced Data Mining and Applications
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Naïve Bayesian Tree is a high-accuracy classification method by combining decision tree and naïve Bayes together. It uses averaged global accuracy as the measurement of goodness in the induction process of the tree structure, and chooses the local classifier that is most specific for the target instance to make the decision. This paper mainly introduces a pruning strategy based on local accuracy estimation. Instead of directly using the most specific local classifier (mostly the classifier in a leaf node) to making classification in NBTree, our pruning strategy uses the measurement of local accuracy to guide the selection of local classifier for decision. Experimental results manifest that this pruning strategy is effective, especially for the NBTree with relatively more nodes.