Attribute Dependencies, Understandability and Split Selection in Tree Based Models
Abstract
The attributes' interdependencies have strong effect on understandability of tree based models. If strong dependencies between the attributes are not recognized and these attributes are not used as splits near the root of the tree this causes node replications in lower levels of the tree, blurs the description of dependencies and also might cause drop of accuracy. If Relief family of algorithms which is capable of estimating the attributes' dependencies is used for split selectors we can partly overcome the problem. However, typically we still want to optimize accuracy of the tree and therefore use accuracy as the split selector measure near the fringe of the tree. We present a technique which helps us select a split criterion during tree growing based on some theoretical properties of Relief's estimate. We support our claims with empirical results.
Cite
Text
Robnik-Sikonja and Kononenko. "Attribute Dependencies, Understandability and Split Selection in Tree Based Models." International Conference on Machine Learning, 1999.Markdown
[Robnik-Sikonja and Kononenko. "Attribute Dependencies, Understandability and Split Selection in Tree Based Models." International Conference on Machine Learning, 1999.](https://mlanthology.org/icml/1999/robniksikonja1999icml-attribute/)BibTeX
@inproceedings{robniksikonja1999icml-attribute,
title = {{Attribute Dependencies, Understandability and Split Selection in Tree Based Models}},
author = {Robnik-Sikonja, Marko and Kononenko, Igor},
booktitle = {International Conference on Machine Learning},
year = {1999},
pages = {344-353},
url = {https://mlanthology.org/icml/1999/robniksikonja1999icml-attribute/}
}