paper-with-me

홈 › Papers

Loss-Optimal Classification Trees: A Generalized Framework and the Logistic Case

2023-06-01 · Tommaso Aldinucci, Matteo Lapucci

The Classification Tree (CT) is one of the most common models in interpretable machine learning. Although such models are usually built with greedy strategies, in recent years, thanks to remarkable advances in Mixer-Integer Programming (MIP) solvers, several exact formulations of the learning problem have been developed. In this paper, we argue that some of the most relevant ones among these training models can be encapsulated within a general framework, whose instances are shaped by the specification of loss functions and regularizers. Next, we introduce a novel realization of this framework: specifically, we consider the logistic loss, handled in the MIP setting by a linear piece-wise approximation, and couple it with $\ell_1$-regularization terms. The resulting Optimal Logistic Tree model numerically proves to be able to induce trees with enhanced interpretability features and competitive generalization capabilities, compared to the state-of-the-art MIP-based approaches.

📄 PDF Abstract BibTeX arXiv:2306.00857

Code (1)

tom1092/optimal-logistic-classification-trees 공식 구현

Tasks

Interpretable Machine Learning

Similar Papers 제목 키워드 기반

Generalized Optimal Classification Trees: A Mixed-Integer Programming Approach

2026-02-02 · Jiancheng Tu, Wenqi Fan, Zhibin Wu arxiv

Global optimization of decision trees is a long-standing challenge in combinatorial optimization, yet such models play an important role in interpretable machine learning. Although the problem has been investigated for s…

Interpretable Machine Learning

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 relativ…

Binary ClassificationClassification

ODTlearn: A Package for Learning Optimal Decision Trees for Prediction and Prescription

2023-07-28 · Patrick Vossler, Sina Aghaei, Nathan Justin, Nathanael Jo 외

ODTLearn is an open-source Python package that provides methods for learning optimal decision trees for high-stakes predictive and prescriptive tasks based on the mixed-integer optimization (MIO) framework proposed in Ag…

Classification

Boosting insights in insurance tariff plans with tree-based machine learning methods

2019-04-12 · Roel Henckaerts, Marie-Pier Côté, Katrien Antonio, Roel Verbelen

Pricing actuaries typically operate within the framework of generalized linear models (GLMs). With the upswing of data analytics, our study puts focus on machine learning methods to develop full tariff plans built from b…

BIG-bench Machine Learning

On learning parametric distributions from quantized samples

2021-05-25 · Septimia Sarbu, Abdellatif Zaidi

We consider the problem of learning parametric distributions from their quantized samples in a network. Specifically, $n$ agents or sensors observe independent samples of an unknown parametric distribution; and each of t…