Lightweight Rule Induction
Abstract
A lightweight rule induction method is described that generates compact Disjunctive Normal Form (DNF) rules. Each class has an equal numberofunweighted rules. A new example is classified by applying all rules and assigning the example to the class with the most satisfied rules. The induction method attempts to minimize the training error with no pruning. An overall design is specified by setting limits on the size and number of rules. During training, cases are adaptively weighted using a simple cumulativeerror method. The induction method is nearly linear in time relative to an increase in the number of induced rules or the number of cases. Experimental results on large benchmark data sets demonstrate that predictive performance can rival the best reported results in the literature.
Cite
Text
Weiss and Indurkhya. "Lightweight Rule Induction." International Conference on Machine Learning, 2000.Markdown
[Weiss and Indurkhya. "Lightweight Rule Induction." International Conference on Machine Learning, 2000.](https://mlanthology.org/icml/2000/weiss2000icml-lightweight/)BibTeX
@inproceedings{weiss2000icml-lightweight,
title = {{Lightweight Rule Induction}},
author = {Weiss, Sholom M. and Indurkhya, Nitin},
booktitle = {International Conference on Machine Learning},
year = {2000},
pages = {1135-1142},
url = {https://mlanthology.org/icml/2000/weiss2000icml-lightweight/}
}