Scalable Rule Lists Learning with Sampling
Leonardo Pellegrina, Fabio Vandin
TL;DR
This work tackles scalable learning of interpretable rule lists by introducing SamRuLe, a sampling-based framework that provides rigorous approximation guarantees for finding near-optimal rule lists on large datasets. The method hinges on VC-dimension bounds for the rule-list class to derive a sample size m_hat that guarantees an (ε, θ)-approximation with probability at least 1-δ, while keeping computation practical by solving the optimization on a small sample using an exact solver like CORELS. The authors establish tight upper and lower bounds on the VC-dimension of rule lists, derive the corresponding sample-complexity results, and demonstrate that SamRuLe achieves up to two orders of magnitude speedups over exact approaches without sacrificing accuracy, often outperforming state-of-the-art heuristics. The approach yields rule lists that closely resemble the optimal and provides a principled, provable trade-off between sample size, accuracy, and interpretability, making it suitable for large-scale, high-stakes decision settings. Future directions include extending sampling-based guarantees to other rule-based models and exploring data-dependent complexity measures to tighten the bounds further.
Abstract
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.
