Redirected from: Piecewise Constant Models

This is the free portion of the full article. The full article is available to licensed users only.
How do I get access?

Regression Trees

Synonyms

Definition

Regression trees are supervised learning methods that address multiple regression problems. They provide a tree-based approximation , of an unknown regression function with Y and εN(0, σ 2), based on a given sample of data D = {⟨xi,1,...,xi,p,yi⟩}i = 1n. The obtained models consist of a hierarchy of logical tests on the values of any of the p predictor variables. The terminal nodes of these trees, known as the leaves, contain the numerical predictions of the model for the target variable Y .

Motivation and Background

Work on regression trees goes back to the AID system by Morgan and Sonquist Morgan and Sonquist (1963). Nonetheless, the seminal work is the book Classification and Regression Trees by Breiman and colleagues (Breiman, Friedman, Olshen, & Stone, 1984). This book has established several standards in many theoretical aspects of tree-based regression,