Using Model Trees for Classification
作者:Eibe Frank, Yong Wang, Stuart Inglis, Geoffrey Holmes, Ian H. Witten
摘要
Model trees, which are a type of decision tree with linear regression functions at the leaves, form the basis of a recent successful technique for predicting continuous numeric values. They can be applied to classification problems by employing a standard method of transforming a classification problem into a problem of function approximation. Surprisingly, using this simple transformation the model tree inducer M5′, based on Quinlan's M5, generates more accurate classifiers than the state-of-the-art decision tree learner C5.0, particularly when most of the attributes are numeric.
论文关键词:Model trees, classification algorithms, M5, C5.0, decision trees
论文评审过程:
论文官网地址:https://doi.org/10.1023/A:1007421302149