Reduced Complexity Rule Induction

Abstract

We present an architecture for rule induction that emphasizes compact, reduced-complexity rules. A new heuristic technique for finding a covering rule set of sample data is described. This technique refines a set of production rules by iteratively replacing a component of a rule with its single best replacement. A method for rule induction has been developed that combines this covering and refinement scheme with other techniques known to help reduce the complexity of rule sets, such as weakest-link pruning, resampling, and the judicious use of linear discriminants. Published results on several real-world datasets are reviewed where decision trees have performed relatively poorly. It is shown that far simpler decision rules can be found with predictive performance that exceeds those previously reported for various learning models, including neural nets and decision trees. 1

Cite

Text

Weiss and Indurkhya. "Reduced Complexity Rule Induction." International Joint Conference on Artificial Intelligence, 1991.

Markdown

[Weiss and Indurkhya. "Reduced Complexity Rule Induction." International Joint Conference on Artificial Intelligence, 1991.](https://mlanthology.org/ijcai/1991/weiss1991ijcai-reduced/)

BibTeX

@inproceedings{weiss1991ijcai-reduced,
  title     = {{Reduced Complexity Rule Induction}},
  author    = {Weiss, Sholom M. and Indurkhya, Nitin},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1991},
  pages     = {678-684},
  url       = {https://mlanthology.org/ijcai/1991/weiss1991ijcai-reduced/}
}