paper-with-me

Papers

LIBRE: Learning Interpretable Boolean Rule Ensembles

2019-11-15 · Graziano Mita, Paolo Papotti, Maurizio Filippone, Pietro Michiardi

We present a novel method - LIBRE - to learn an interpretable classifier, which materializes as a set of Boolean rules. LIBRE uses an ensemble of bottom-up weak learners operating on a random subset of features, which allows for the learning of rules that generalize well on unseen data even in imbalanced settings. Weak learners are combined with a simple union so that the final ensemble is also interpretable. Experimental results indicate that LIBRE efficiently strikes the right balance between prediction accuracy, which is competitive with black box methods, and interpretability, which is often superior to alternative methods from the literature.

📄 PDF Abstract BibTeX arXiv:1911.06537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Computational Intelligibility of Boolean Classifiers

2021-04-13 · Gilles Audemard, Steve Bellart, Louenas Bounia, Frédéric Koriche 외

In this paper, we investigate the computational intelligibility of Boolean classifiers, characterized by their ability to answer XAI queries in polynomial time. The classifiers under consideration are decision trees, DNF…

Explainable Artificial Intelligence (XAI)

Interpretable Two-level Boolean Rule Learning for Classification

2016-06-18 · Guolong Su, Dennis Wei, Kush R. Varshney, Dmitry M. Malioutov

As a contribution to interpretable machine learning research, we develop a novel optimization framework for learning accurate and sparse two-level Boolean rules. We consider rules in both conjunctive normal form (AND-of-…

BIG-bench Machine LearningClassificationFormGeneral Classification+2

Interpretable and Fair Boolean Rule Sets via Column Generation

2021-11-16 · Connor Lawless, Sanjeeb Dash, Oktay Gunluk, Dennis Wei

This paper considers the learning of Boolean rules in disjunctive normal form (DNF, OR-of-ANDs, equivalent to decision rule sets) as an interpretable model for classification. An integer program is formulated to optimall…

ClassificationFairness

Learning Locally Interpretable Rule Ensemble

2023-06-20 · Kentaro Kanamori

This paper proposes a new framework for learning a rule ensemble model that is both accurate and interpretable. A rule ensemble is an interpretable model based on the linear combination of weighted rules. In practice, we…

RCProb: Probabilistic Rule Extraction for Efficient Simplification of Tree Ensembles

2026-04-28 · Josue Obregon arxiv

Tree ensembles are widely used in industrial machine learning due to their strong predictive performance and efficient training procedures. However, as the number of trees in an ensemble grows, the resulting models becom…