paper-with-me

Papers

Learning Gradient Boosted Multi-label Classification Rules

2020-06-23 · Michael Rapp, Eneldo Loza Mencía, Johannes Fürnkranz, Vu-Linh Nguyen, Eyke Hüllermeier

In multi-label classification, where the evaluation of predictions is less straightforward than in single-label classification, various meaningful, though different, loss functions have been proposed. Ideally, the learning algorithm should be customizable towards a specific choice of the performance measure. Modern implementations of boosting, most prominently gradient boosted decision trees, appear to be appealing from this point of view. However, they are mostly limited to single-label classification, and hence not amenable to multi-label losses unless these are label-wise decomposable. In this work, we develop a generalization of the gradient boosting framework to multi-output problems and propose an algorithm for learning multi-label classification rules that is able to minimize decomposable as well as non-decomposable loss functions. Using the well-known Hamming loss and subset 0/1 loss as representatives, we analyze the abilities and limitations of our approach on synthetic data and evaluate its predictive performance on multi-label benchmarks.

📄 PDF Abstract BibTeX arXiv:2006.13346

Code (1)

mrapp-ke/Boomer 공식 구현

Tasks

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Extreme Gradient Boosted Multi-label Trees for Dynamic Classifier Chains

2020-06-15 · Bohlender, Simon, Loza Mencia, Eneldo 외

Classifier chains is a key technique in multi-label classification, since it allows to consider label dependencies effectively. However, the classifiers are aligned according to a static order of the labels. In the conce…

Multi-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Gradient Boosted Decision Trees for High Dimensional Sparse Output

2017-08-01 · ICML 2017 8 · Si Si, huan zhang, S. Sathiya Keerthi, Dhruv Mahajan 외

In this paper, we study the gradient boosted decision trees (GBDT) when the output space is high dimensional and sparse. For example, in multilabel classification, the output space is a $L$-dimensional 0/1 vector, w…

General ClassificationVocal Bursts Intensity Prediction

TE2Rules: Explaining Tree Ensembles using Rules

2022-06-29 · G Roshan Lal, Xiaotong Chen, Varun Mithal

Tree Ensemble (TE) models, such as Gradient Boosted Trees, often achieve optimal performance on tabular datasets, yet their lack of transparency poses challenges for comprehending their decision logic. This paper introdu…

Binary ClassificationDecision MakingExplainable artificial intelligenceExplanation Generation

Rule-Mining based classification: a benchmark study

2017-06-30 · Margaux Luck, Nicolas Pallet, Cecilia Damon

This study proposed an exhaustive stable/reproducible rule-mining algorithm combined to a classifier to generate both accurate and interpretable models. Our method first extracts rules (i.e., a conjunction of conditions …

ClassificationGeneral Classificationregression

Gradient Boosted Risk Scores

2026-05-04 · Costa Georgantas, Jonas Richiardi arxiv

Risk scores are an interpretable and actionable class of machine learning models with applications in medicine, insurance, and risk management. Unlike most computational methods, risk scores are designed to be computed b…