Search⌘ K

Decision Tree Regression

Explore how Decision Tree Regression models continuous output by learning if/else structures from data. Understand its implementation with Scikit Learn's DecisionTreeRegressor and contrast it briefly with classification trees.

Decision Tree Regression

The idea of the Decision Tree Regression has been borrowed from Decision Tree Classification. Note that:

  • Decision Trees create a tree structure from the dataset at ...