ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2310.01551
18
1

Harnessing the Power of Choices in Decision Tree Learning

2 October 2023
Guy Blanc
Jane Lange
Chirag Pabbaraju
Colin D. Sullivan
Li-Yang Tan
Mo Tiwari
ArXivPDFHTML
Abstract

We propose a simple generalization of standard and empirically successful decision tree learning algorithms such as ID3, C4.5, and CART. These algorithms, which have been central to machine learning for decades, are greedy in nature: they grow a decision tree by iteratively splitting on the best attribute. Our algorithm, Top-kkk, considers the kkk best attributes as possible splits instead of just the single best attribute. We demonstrate, theoretically and empirically, the power of this simple generalization. We first prove a {\sl greediness hierarchy theorem} showing that for every k∈Nk \in \mathbb{N}k∈N, Top-(k+1)(k+1)(k+1) can be dramatically more powerful than Top-kkk: there are data distributions for which the former achieves accuracy 1−ε1-\varepsilon1−ε, whereas the latter only achieves accuracy 12+ε\frac1{2}+\varepsilon21​+ε. We then show, through extensive experiments, that Top-kkk outperforms the two main approaches to decision tree learning: classic greedy algorithms and more recent "optimal decision tree" algorithms. On one hand, Top-kkk consistently enjoys significant accuracy gains over greedy algorithms across a wide range of benchmarks. On the other hand, Top-kkk is markedly more scalable than optimal decision tree algorithms and is able to handle dataset and feature set sizes that remain far beyond the reach of these algorithms.

View on arXiv
Comments on this paper