Decision Tree Grafting
Abstract
This paper extends recent work on decision tree grafting. Grafting is an inductive process that adds nodes to inferred decision trees. This process is demonstrated to frequently improve predictive accuracy. Superficial analysis might suggest that decision tree grafting is the direct reverse of pruning. To the contrary, it is ar-gued that the two processes are complementary. This is because, like standard tree grow-ing techniques, pruning uses only local information, whereas grafting uses non-local information. The use of both pruning and grafting in conjunction is demonstrated to provide the best general predictive accuracy over a representative selection of learning tasks.
Cite
Text
Webb. "Decision Tree Grafting." International Joint Conference on Artificial Intelligence, 1997.Markdown
[Webb. "Decision Tree Grafting." International Joint Conference on Artificial Intelligence, 1997.](https://mlanthology.org/ijcai/1997/webb1997ijcai-decision/)BibTeX
@inproceedings{webb1997ijcai-decision,
title = {{Decision Tree Grafting}},
author = {Webb, Geoffrey I.},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1997},
pages = {846-851},
url = {https://mlanthology.org/ijcai/1997/webb1997ijcai-decision/}
}