Input
ExecutionExecution trigger that begins Decision Tree training
AI/ML/Classification
Fit/Train a Decision Tree classifier. Native multi-class support with interpretable rules.
Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.
Execution trigger that begins Decision Tree training
Choose which backend supplies the training data
Maximum depth of the tree. None means unlimited.
Minimum number of samples required to split a node
Impurity metric that scores candidate splits. Gini is cheaper, Entropy favours balanced information gain.
Minimum number of samples (total sample weight) a split has to place in each leaf
Minimum impurity decrease a split has to bring to be applied. Must be greater than zero; larger values prune harder.
Activated once training completes
Thread-safe handle to the trained Decision Tree classifier