Decision tree regressor predictor
Predict targets for a table using a decision tree regressor model
Predictor of a trained decision tree regressor. Predict regression value for the table.
See https://scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html for more details
Input
Table
The input table
Learned model
The input model
Output
result
The output result