What are regression trees?

Regression trees are a way to partition your explanatory variables to (potentially) better predict an outcome of interest.  Regression trees start with a an outcome (let’s call it y) and a vector of explanatory variables (X).   Simple Example For instance, let y be health care spending, X=(X1,X2) where X1 is the patient’s age and X2 is the patient’s…