Back Navigation Next Navigation Decision Tree (page 1 of 5)

The decision tree algorithm is a supervised machine learning algorithm. It can be used to solve both regression (continuous known targets) and classification (categorical known targets) problems. It creates a model to predict the value of the known target by applying decision rules to the training data.

Decision Tree General