Models — Regression
Decision Tree Regressor component
Train an interpretable decision tree regressor that predicts continuous targets by partitioning feature space, with tunable depth and split criteria.
Decision Tree Regressor splits the training data into regions and predicts the mean target value within each region. It’s the most interpretable regression model.