Building a Competitive Associative Classifier
Nitakshi Sood, Osmar Zaiane

TL;DR
This paper introduces SigD2, a rule-based classifier with a novel pruning strategy, and an ensemble method to improve accuracy and interpretability, outperforming many existing classifiers on UCI datasets.
Contribution
The paper presents SigD2 with a two-stage pruning strategy and an ensemble approach, enhancing rule-based classifier accuracy and readability compared to prior methods.
Findings
SigD2 reduces noisy rules while maintaining accuracy.
Ensemble methods improve classifier performance.
Outperforms state-of-the-art classifiers on UCI datasets.
Abstract
With the huge success of deep learning, other machine learning paradigms have had to take back seat. Yet other models, particularly rule-based, are more readable and explainable and can even be competitive when labelled data is not abundant. However, most of the existing rule-based classifiers suffer from the production of a large number of classification rules, affecting the model readability. This hampers the classification accuracy as noisy rules might not add any useful informationfor classification and also lead to longer classification time. In this study, we propose SigD2 which uses a novel, two-stage pruning strategy which prunes most of the noisy, redundant and uninteresting rules and makes the classification model more accurate and readable. To make SigDirect more competitive with the most prevalent but uninterpretable machine learning-based classifiers like neural networks…
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
MethodsPruning
