Models — Classification
Decision Tree Classifier component
Train an interpretable decision tree classifier that splits data by feature thresholds to assign class labels, with tunable depth and split criteria.
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.