paper-with-me

Papers

Rolling Lookahead Learning for Optimal Classification Trees

2023-04-21 · Zeynel Batuhan Organ, Enis Kayış, Taghi Khaniyev

Classification trees continue to be widely adopted in machine learning applications due to their inherently interpretable nature and scalability. We propose a rolling subtree lookahead algorithm that combines the relative scalability of the myopic approaches with the foresight of the optimal approaches in constructing trees. The limited foresight embedded in our algorithm mitigates the learning pathology observed in optimal approaches. At the heart of our algorithm lies a novel two-depth optimal binary classification tree formulation flexible to handle any loss function. We show that the feasible region of this formulation is an integral polyhedron, yielding the LP relaxation solution optimal. Through extensive computational analyses, we demonstrate that our approach outperforms optimal and myopic approaches in 808 out of 1330 problem instances, improving the out-of-sample accuracy by up to 23.6% and 14.4%, respectively.

📄 PDF Abstract BibTeX arXiv:2304.10830

Code (1)

koftezz/rolling-lookahead-DT 공식 구현

Tasks

Binary ClassificationClassification

Similar Papers 제목 키워드 기반

CLARITree: Cholesky and Lookahead Accelerations for Regression with Interpretable Piecewise Linear Trees

2026-06-11 · Yixiao Wang, Hayden McTavish, Varun Babbar, Margo Seltzer 외 arxiv

Regression trees are among the most interpretable yet expressive model classes in machine learning. Historically, greedy induction has been the dominant approach for constructing well-performing regression trees. While o…

Computational Efficiency

Uncovering Feature Interdependencies in High-Noise Environments with Stepwise Lookahead Decision Forests

2020-09-30 · Delilah Donick, Sandro Claudio Lera

Conventionally, random forests are built from "greedy" decision trees which each consider only one split at a time during their construction. The sub-optimality of greedy implementation has been well-known, yet mainstrea…

Time Series Analysis

Why Non-myopic Bayesian Optimization is Promising and How Far Should We Look-ahead? A Study via Rollout

2019-11-04 · Xubo Yue, Raed Al Kontar

Lookahead, also known as non-myopic, Bayesian optimization (BO) aims to find optimal sampling policies through solving a dynamic program (DP) that maximizes a long-term reward over a rolling horizon. Though promising, lo…

Bayesian Optimization

Sparsity in Optimal Randomized Classification Trees

2020-02-21 · Rafael Blanquero, Emilio Carrizosa, Cristina Molero-Río, Dolores Romero Morales

Decision trees are popular Classification and Regression tools and, when small-sized, easy to interpret. Traditionally, a greedy approach has been used to build the trees, yielding a very fast training process; however, …

ClassificationGeneral Classification

Near Optimal Decision Trees in a SPLIT Second

2025-02-21 · Varun Babbar, Hayden McTavish, Cynthia Rudin, Margo Seltzer

Decision tree optimization is fundamental to interpretable machine learning. The most popular approach is to greedily search for the best feature at every decision point, which is fast but provably suboptimal. Recent app…

Interpretable Machine Learning