Concept

Regression Tree

A regression tree divides the predictor space (X1,X2,,XpX_1, X_2, \dots, X_p) into JJ distinct and non-overlapping regions. For each observation that falls into a given region RjR_j, the model makes the same prediction, which is the mean of the response values for the training observations in RjR_j. The goal is to construct regions that minimize the Residual Sum of Squares (RSS) of the model: j=1JiRj(yiy^Rj)2\sum_{j=1}^{J} \sum_{i \in R_j} (y_i - \hat{y}_{R_j})^2.

1

4

Updated 2026-06-17

Tags

Data Science