paperKB
coga / coga-kb
Help
Sign in

Chunk #31 — The Methods — How Do Classification and Regression Trees Work? — Splitting and Stopping

Source
An introduction to recursive partitioning: rationale, application, and characteristics of classification and regression trees, bagging, and random forests.
Embedded
yes

Text

This is evident, e.g., in the R2 statistic reflecting the portion of variance explained by the model, that increases with every parameter added to the model. For example, in the extreme case where as many parameters as observations are available, any parametric model will show a perfect fit on the learning data, yielding a value of R2 = 1, but will perform poorly in future samples.