Lookahead and Pathology in Decision Tree Induction

Abstract

The standard approach to decision tree induction is a top-down, greedy algorithm that makes locally optimal, irrevocable decisions at each node of a tree. In this paper, we study an alternative approach, in which the algorithms use limited lookahead to decide what test to use at a node. We systematically compare, using a very large number of decision trees, the quality of decision trees induced by the greedy approach to that of trees induced using lookahead. The main results of our experiments are: (i) the greedy approach produces trees that are just as accurate as trees produced with the much more expensive lookahead step; and (ii) decision tree induction exhibits pathology, in the sense that lookahead can produce trees that are both larger and less accurate than trees produced without it. 1. Introduction The standard algorithm for constructing decision trees from a set of examples is greedy induction --- a tree is induced top-down with locally optimal choices made at each node, with...

Cite

Text

Murthy and Salzberg. "Lookahead and Pathology in Decision Tree Induction." International Joint Conference on Artificial Intelligence, 1995.

Markdown

[Murthy and Salzberg. "Lookahead and Pathology in Decision Tree Induction." International Joint Conference on Artificial Intelligence, 1995.](https://mlanthology.org/ijcai/1995/murthy1995ijcai-lookahead/)

BibTeX

@inproceedings{murthy1995ijcai-lookahead,
  title     = {{Lookahead and Pathology in Decision Tree Induction}},
  author    = {Murthy, Sreerama K. and Salzberg, Steven},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {1995},
  pages     = {1025-1033},
  url       = {https://mlanthology.org/ijcai/1995/murthy1995ijcai-lookahead/}
}