Intuitive Representation of Decision Trees Using General Rules and Exceptions
Abstract
Producing too many rules is a major problem with many data mining techniques. This paper argues that one of the key reasons for the large number of rules is that an inefficient knowledge representation scheme has been used. The current predominant representation of the discovered knowledge is the if-then rules. This representation often severely fragments the knowledge that exists in the data, thereby resulting in a large number of rules. The fragmentation also makes the discovered rules hard to understand and to use. In this paper, we propose a more efficient representation scheme, called general rules & exceptions. In this representation, a unit of knowledge consists of a single general rule and a set of exceptions. This scheme reduces the complexity of the discovered knowledge substantially. It is also intuitive and easy to understand. This paper focuses on using the representation to express the knowledge embedded in a decision tree. An algorithm that converts a decision tree to the new representation is presented. Experiment results show that the new representation dramatically simplifies the decision tree. Real-life applications also confirm that this representation is more intuitive to human users.
Cite
Text
Liu et al. "Intuitive Representation of Decision Trees Using General Rules and Exceptions." AAAI Conference on Artificial Intelligence, 2000.Markdown
[Liu et al. "Intuitive Representation of Decision Trees Using General Rules and Exceptions." AAAI Conference on Artificial Intelligence, 2000.](https://mlanthology.org/aaai/2000/liu2000aaai-intuitive/)BibTeX
@inproceedings{liu2000aaai-intuitive,
title = {{Intuitive Representation of Decision Trees Using General Rules and Exceptions}},
author = {Liu, Bing and Hu, Minqing and Hsu, Wynne},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2000},
pages = {615-620},
url = {https://mlanthology.org/aaai/2000/liu2000aaai-intuitive/}
}