Decision tree is an unsupervised learning method for classification and regression. Its purpose is to create a model that learns simple decision rules from data features to predict the value of a target variable. The advantage of this model is that the data form is easy to understand, can deal with irrelevant feature data, and the computational complexity is not high, so it is the basic form of the tree model.

Decision tree classification, like other classifiers, can be used to predict the class of samples, which can be used for both binary classification and multi-classification.

The method carries out a data Training Procedure of a decision tree classification method, can obtain a model according to data characteristics, and then is used for prediction.

 

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

 

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