Skip to main content
Decision Tree learns a set of if/then rules from your data. It’s the most interpretable model in the toolbox — you can trace exactly why a prediction was made.

Configuration

Input / Output

When to use

Good for understanding feature importance and building interpretable models. Does not require scaling. Prone to overfitting — use Max Depth to control tree size.