Learning decision trees through Monte Carlo tree search: An empirical evaluation

Cecília Nunes,Mathieu De Craene,Hélène Langet,Oscar Camara,Anders Jonsson
DOI: https://doi.org/10.1002/widm.1348
2020-02-24
WIREs Data Mining and Knowledge Discovery
Abstract:<p>Decision trees (DTs) are a widely used prediction tool, owing to their interpretability. Standard learning methods follow a locally optimal approach that trades off prediction performance for computational efficiency. Such methods can however be far from optimal, and it may pay off to spend more computational resources to increase performance. Monte Carlo tree search (MCTS) is an approach to approximate optimal choices in exponentially large search spaces. We propose a DT learning approach based on the Upper Confidence Bound applied to tree (UCT) algorithm, including procedures to expand and explore the space of DTs. To mitigate the computational cost of our method, we employ search pruning strategies that discard some branches of the search tree. The experiments show that proposed approach outperformed the C4.5 algorithm in 20 out of 31 datasets, with statistically significant improvements in the trade‐off between prediction performance and DT complexity. The approach improved locally optimal search for datasets with more than 1,000 instances, or for smaller datasets likely arising from complex distributions.</p><p>This article is categorized under:</p><p>Algorithmic Development &gt; Hierarchies and Trees</p><p>Application Areas &gt; Data Mining Software Tools</p><p>Fundamental Concepts of Data and Knowledge &gt; Data Concepts</p>
What problem does this paper attempt to address?