Predict class labels for a table using a decision tree classifier model
Predictor of a trained decision tree classifier. Predict class for a table. The predicted class for each sample in the table is returned.
See https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html for more details
Input
Table
The input table
Learned model
The input model
Output
result
The output result