paper-with-me

Papers

SIRUS: Stable and Interpretable RUle Set for Classification

2019-08-19 · Clément Bénard, Gérard Biau, Sébastien da Veiga, Erwan Scornet

State-of-the-art learning algorithms, such as random forests or neural networks, are often qualified as "black-boxes" because of the high number and complexity of operations involved in their prediction mechanism. This lack of interpretability is a strong limitation for applications involving critical decisions, typically the analysis of production processes in the manufacturing industry. In such critical contexts, models have to be interpretable, i.e., simple, stable, and predictive. To address this issue, we design SIRUS (Stable and Interpretable RUle Set), a new classification algorithm based on random forests, which takes the form of a short list of rules. While simple models are usually unstable with respect to data perturbation, SIRUS achieves a remarkable stability improvement over cutting-edge methods. Furthermore, SIRUS inherits a predictive accuracy close to random forests, combined with the simplicity of decision trees. These properties are assessed both from a theoretical and empirical point of view, through extensive numerical experiments based on our R/C++ software implementation sirus available from CRAN.

📄 PDF Abstract BibTeX arXiv:1908.06852

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral Classification

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Interpretable Random Forests via Rule Extraction

2020-04-29 · Clément Bénard, Gérard Biau, Sébastien da Veiga, Erwan Scornet

We introduce SIRUS (Stable and Interpretable RUle Set) for regression, a stable rule learning algorithm which takes the form of a short and simple list of rules. State-of-the-art learning algorithms are often referred to…

S-SIRUS: an explainability algorithm for spatial regression Random Forest

2024-08-10 · Luca Patelli, Natalia Golini, Rosaria Ignaccolo, Michela Cameletti

Random Forest (RF) is a widely used machine learning algorithm known for its flexibility, user-friendliness, and high predictive performance across various domains. However, it is non-interpretable. This can limit its us…

regression

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

SR4-Fit: An Interpretable and Informative Classification Algorithm Applied to Prediction of U.S. House of Representatives Elections

2026-02-05 · Shyam Sundar Murali Krishnan, Dean Frederick Hougen arxiv

The growth of machine learning demands interpretable models for critical applications, yet most high-performing models are ``black-box'' systems that obscure input-output relationships, while traditional rule-based algor…

Evidential Rule Learning for Interpretable Classification with Abstention

2026-08-06 · Javier Fumanal-Idocin, Javier Andreu-Perez arxiv

Interpretable classification often requires more than accurate predictions for real-life deployment: models should be transparent about the evidence behind their decisions and abstain when they cannot decide reliably. We…