paper-with-me

Papers

Multiclass Optimal Classification Trees with SVM-splits

2021-11-16 · Víctor Blanco, Alberto Japón, Justo Puerto

In this paper we present a novel mathematical optimization-based methodology to construct tree-shaped classification rules for multiclass instances. Our approach consists of building Classification Trees in which, except for the leaf nodes, the labels are temporarily left out and grouped into two classes by means of a SVM separating hyperplane. We provide a Mixed Integer Non Linear Programming formulation for the problem and report the results of an extended battery of computational experiments to assess the performance of our proposal with respect to other benchmarking classification methods.

📄 PDF Abstract BibTeX arXiv:2111.08674

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingClassification

Methods 이 논문이 사용한 방법론

SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
NON 설명 없음

Similar Papers 제목 키워드 기반

Optimal Control of Multiclass Fluid Queueing Networks: A Machine Learning Approach

2023-07-23 · Dimitris Bertsimas, Cheol Woo Kim

We propose a machine learning approach to the optimal control of multiclass fluid queueing networks (MFQNETs) that provides explicit and insightful control policies. We prove that a threshold type optimal policy exists f…

Optimal Classification Trees for Continuous Feature Data Using Dynamic Programming with Branch-and-Bound

2025-01-14 · Catalin E. Brita, Jacobus G. M. van der Linden, Emir Demirović

Computing an optimal classification tree that provably maximizes training performance within a given size limit, is NP-hard, and in practice, most state-of-the-art methods do not scale beyond computing optimal trees of d…

Binarization

When does Subagging Work?

2024-04-02 · Christos Revelas, Otilia Boldea, Bas J. M. Werker

We study the effectiveness of subagging, or subsample aggregating, on regression trees, a popular non-parametric method in machine learning. First, we give sufficient conditions for pointwise consistency of trees. We for…

Universal Rates for Multiclass Learning

2023-07-05 · Steve Hanneke, Shay Moran, Qian Zhang

We study universal rates for multiclass classification, establishing the optimal rates (up to log factors) for all hypothesis classes. This generalizes previous results on binary classification (Bousquet, Hanneke, Moran,…

Binary Classification

Asymmetric Impurity Functions, Class Weighting, and Optimal Splits for Binary Classification Trees

2019-04-29 · David Zimmermann

We investigate how asymmetrizing an impurity function affects the choice of optimal node splits when growing a decision tree for binary classification. In particular, we relax the usual axioms of an impurity function and…

Binary ClassificationGeneral Classification