Option Decision Trees with Majority Votes

Abstract

We describe an experimental study of Option Decision Trees with majority votes. Option Decision Trees generalize regular decision trees by allowing option nodes in addition to decision nodes; such nodes allow for several possible tests to be conducted instead of the commonly used single test. Our goal was to explore when option nodes are most useful and to control the growth of the trees so that additional complexity of little utility is limited. Option Decision Trees can reduce the error of decision trees on real-world problems by combining multiple options, with the motivation similar to that of voting algorithms that learn multiple models and combine the predictions. However, unlikevoting algorithms, an Option Decision Tree provides a single structured classifier (one decision tree), which can be interpreted more easily by humans. Our results show that for the tested problems, we can achieve significant reduction in error rates for trees restricted to two levels of o...

Cite

Text

Kohavi and Kunz. "Option Decision Trees with Majority Votes." International Conference on Machine Learning, 1997.

Markdown

[Kohavi and Kunz. "Option Decision Trees with Majority Votes." International Conference on Machine Learning, 1997.](https://mlanthology.org/icml/1997/kohavi1997icml-option/)

BibTeX

@inproceedings{kohavi1997icml-option,
  title     = {{Option Decision Trees with Majority Votes}},
  author    = {Kohavi, Ron and Kunz, Clayton},
  booktitle = {International Conference on Machine Learning},
  year      = {1997},
  pages     = {161-169},
  url       = {https://mlanthology.org/icml/1997/kohavi1997icml-option/}
}