Decision Tree Regression (ML_R_5)
This function splits the data into smaller subsets while at the same time an associated decision rule is used to predict the target variable, built in the form of a tree structure.
Sample Request
{
"project_id": 1,
"parent_id": 7,
"block_id": 8,
"function_code": "ML_R_5",
"args": {
"model_name": "SimpleModel",
"random_state": 0
}
}Building a Decision Tree Regression model
Decision Tree Regression
Request Body
Name
Type
Description
Sample Request
Predicting with Decision Tree Regression
Decision Tree Regression Predict
Request Body
Name
Type
Description
Last updated