vix.ing · top · new · best · stats · spec

RRULES: An improvement of the RULES rule-based classifier

2021/06/14 by Rafel Palliser-Sans, Palliser-Sans, Rafel
Computer Science · #Artificial Intelligence (cs.AI) #FOS: Computer and information sciences #Imbalanced Data Classification Techniques #Machine Learning (cs.LG) #Machine Learning and Data Classification #Time Series Analysis and Forecasting

paper · pdf · doi:10.48550/arxiv.2106.07296

openalex publication_date 2021/06/14 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

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.

Related