paper-with-me

Papers

Scalable Rule Lists Learning with Sampling

2024-06-18 · Leonardo Pellegrina, Fabio Vandin

Learning interpretable models has become a major focus of machine learning research, given the increasing prominence of machine learning in socially important decision-making. Among interpretable models, rule lists are among the best-known and easily interpretable ones. However, finding optimal rule lists is computationally challenging, and current approaches are impractical for large datasets. We present a novel and scalable approach to learn nearly optimal rule lists from large datasets. Our algorithm uses sampling to efficiently obtain an approximation of the optimal rule list with rigorous guarantees on the quality of the approximation. In particular, our algorithm guarantees to find a rule list with accuracy very close to the optimal rule list when a rule list with high accuracy exists. Our algorithm builds on the VC-dimension of rule lists, for which we prove novel upper and lower bounds. Our experimental evaluation on large datasets shows that our algorithm identifies nearly optimal rule lists with a speed-up up to two orders of magnitude over state-of-the-art exact approaches. Moreover, our algorithm is as fast as, and sometimes faster than, recent heuristic approaches, while reporting higher quality rule lists. In addition, the rules reported by our algorithm are more similar to the rules in the optimal rule list than the rules from heuristic approaches.

📄 PDF Abstract BibTeX arXiv:2406.12803

Code (1)

VandinLab/SamRuLe 공식 구현

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Scalable Bayesian Rule Lists

2016-02-27 · ICML 2017 8 · Hongyu Yang, Cynthia Rudin, Margo Seltzer

We present an algorithm for building probabilistic rule lists that is two orders of magnitude faster than previous work. Rule list algorithms are competitors for decision tree algorithms. They are associative classifiers…

Computational Efficiency

Neuro-Symbolic Rule Lists

2024-11-10 · Sascha Xu, Nils Philipp Walter, Jilles Vreeken

Machine learning models deployed in sensitive areas such as healthcare must be interpretable to ensure accountability and fairness. Rule lists (if Age < 35 $\wedge$ Priors > 0 then Recidivism = True, else if Next Conditi…

Combinatorial OptimizationFairness

Falling Rule Lists

2014-11-21 · Fulton Wang, Cynthia Rudin

Falling rule lists are classification models consisting of an ordered list of if-then rules, where (i) the order of rules determines which example should be classified by each rule, and (ii) the estimated probability of …

General Classification

Pearl: Prototype lEArning via Rule Lists

2019-05-01 · ICLR 2019 5 · Tianfan Fu*, Tian Gao*, Cao Xiao*, Tengfei Ma* 외

Deep neural networks have demonstrated promising prediction and classification performance on many healthcare applications. However, the interpretability of those models are often lacking. On the other hand, classical in…

Prediction

Learning Certifiably Optimal Rule Lists for Categorical Data

2017-04-06 · Elaine Angelino, Nicholas Larus-Stone, Daniel Alabi, Margo Seltzer 외

We present the design and implementation of a custom discrete optimization technique for building rule lists over a categorical feature space. Our algorithm produces rule lists with optimal training performance, accordin…