====== Regression tree ====== The general [[regression]] tree building methodology allows input variables to be a mixture of continuous and categorical variables. A [[decision tree]] is generated when each decision node in the tree contains a test on some input variable's value. The terminal nodes of the tree contain the predicted output variable values.