Machine Learning - Multi-response linear regression (Linear Decision trees)
> (Statistics|Probability|Machine Learning|Data Mining|Data and Knowledge Discovery|Pattern Recognition|Data Science|Data Analysis)
Table of Contents
1 - About
The multi-response linear regression method is a non-linear methods that build trees of linear models.
2 - Articles Related
3 - Representation
Model tree:
- Each leaf has a linear regression model
How it will choose the node?
- The Multi-response linear regression method will choose the class of an instance according to whichever of the three regression formulae produces the largest output. Ie the correlation coefficient is much smaller than for the others.
Advertising
4 - Implementation
4.1 - Weka
Tree > m5p