A Distance-Based Attribute Selection Measure for Decision Tree Induction

Abstract

This note introduces a new attribute selection measure for ID3-like inductive algorithms. This measure is based on a distance between partitions such that the selected attribute in a node induces the partition which is closest to the correct partition of the subset of training examples corresponding to this node. The relationship of this measure with Quinlan's information gain is also established. It is also formally proved that our distance is not biased towards attributes with large numbers of values. Experimental studies with this distance confirm previously reported results showing that the predictive accuracy of induced decision trees is not sensitive to the goodness of the attribute selection measure. However, this distance produces smaller trees than the gain ratio measure of Quinlan, especially in the case of data whose attributes have significantly different numbers of values.

Cite

Text

de Mántaras. "A Distance-Based Attribute Selection Measure for Decision Tree Induction." Machine Learning, 1991. doi:10.1023/A:1022694001379

Markdown

[de Mántaras. "A Distance-Based Attribute Selection Measure for Decision Tree Induction." Machine Learning, 1991.](https://mlanthology.org/mlj/1991/demantaras1991mlj-distancebased/) doi:10.1023/A:1022694001379

BibTeX

@article{demantaras1991mlj-distancebased,
  title     = {{A Distance-Based Attribute Selection Measure for Decision Tree Induction}},
  author    = {de Mántaras, Ramón López},
  journal   = {Machine Learning},
  year      = {1991},
  pages     = {81-92},
  doi       = {10.1023/A:1022694001379},
  volume    = {6},
  url       = {https://mlanthology.org/mlj/1991/demantaras1991mlj-distancebased/}
}