Decision Tree
Use the Decision Tree algorithm to continuously split the dataset according to a certain
parameter, forming a decision tree. The tree has two main entities: decision nodes and leaves.
The leaves are the outcomes and the decision nodes are the points where the data is
split.