Skip to main content
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.

Configuration

Input / Output

When to use

Useful for understanding how predictions are made. Control Max Depth to prevent overfitting. Does not require feature scaling.