Quant-BnB: A Scalable Branch-and-Bound Method for Optimal Decision Trees with Continuous Features
Rahul Mazumder, Xiang Meng, Haoyue Wang

TL;DR
This paper introduces Quant-BnB, a scalable branch-and-bound algorithm for learning optimal decision trees that handle continuous features, improving computational efficiency over existing methods for both classification and regression tasks.
Contribution
The paper presents a novel branch-and-bound approach that effectively manages continuous features, enabling scalable optimal decision tree learning for both regression and classification.
Findings
Quant-BnB achieves significant speedups over existing methods.
The approach effectively handles continuous features in decision trees.
It performs well on various real datasets for shallow trees.
Abstract
Decision trees are one of the most useful and popular methods in the machine learning toolbox. In this paper, we consider the problem of learning optimal decision trees, a combinatorial optimization problem that is challenging to solve at scale. A common approach in the literature is to use greedy heuristics, which may not be optimal. Recently there has been significant interest in learning optimal decision trees using various approaches (e.g., based on integer programming, dynamic programming) -- to achieve computational scalability, most of these approaches focus on classification tasks with binary features. In this paper, we present a new discrete optimization method based on branch-and-bound (BnB) to obtain optimal decision trees. Different from existing customized approaches, we consider both regression and classification tasks with continuous features. The basic idea underlying…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification
