
TL;DR
The paper introduces MARS, a new rule-based classification model that uses multi-value conditions for better interpretability and efficiency, effectively handling continuous and high-cardinality features while maintaining competitive accuracy.
Contribution
MARS presents a generalized rule form with multiple values per condition, improving interpretability and efficiency over traditional single-valued rules, and includes an effective inference method for learning.
Findings
MARS models have smaller complexity and fewer features.
MARS achieves better interpretability and usability.
MARS maintains competitive predictive accuracy.
Abstract
We present the Multi-vAlue Rule Set (MARS) model for interpretable classification with feature efficient presentations. MARS introduces a more generalized form of association rules that allows multiple values in a condition. Rules of this form are more concise than traditional single-valued rules in capturing and describing patterns in data. MARS mitigates the problem of dealing with continuous features and high-cardinality categorical features faced by rule-based models. Our formulation also pursues a higher efficiency of feature utilization, which reduces the cognitive load to understand the decision process. We propose an efficient inference method for learning a maximum a posteriori model, incorporating theoretically grounded bounds to iteratively reduce the search space to improve search efficiency. Experiments with synthetic and real-world data demonstrate that MARS models have…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Mining Algorithms and Applications · Rough Sets and Fuzzy Logic · Neural Networks and Applications
MethodsInterpretability
