RRULES: An improvement of the RULES rule-based classifier
Machine Learning
2021-06-15 v1 Artificial Intelligence
Abstract
RRULES is presented as an improvement and optimization over RULES, a simple inductive learning algorithm for extracting IF-THEN rules from a set of training examples. RRULES optimizes the algorithm by implementing a more effective mechanism to detect irrelevant rules, at the same time that checks the stopping conditions more often. This results in a more compact rule set containing more general rules which prevent overfitting the training set and obtain a higher test accuracy. Moreover, the results show that RRULES outperforms the original algorithm by reducing the coverage rate up to a factor of 7 while running twice or three times faster consistently over several datasets.
Cite
@article{arxiv.2106.07296,
title = {RRULES: An improvement of the RULES rule-based classifier},
author = {Rafel Palliser-Sans},
journal= {arXiv preprint arXiv:2106.07296},
year = {2021}
}
Comments
6 pages, 2 algorithms