Similar to the decision tree classification method, decision tree regression is the application of decision tree model to solve regression problems, that is, it can predict continuous values.

The data Training Procedure of decision tree regression can be used to obtain the model according to the data characteristics, and then used for prediction.

 

When creating a decision tree regression training task, you need to set the following parameters:

 

After executing the training task, the following Result Parameter is output: