January 2019
Intermediate to advanced
294 pages
6h 43m
English
There are various algorithms that help when it comes to tree splitting, all of which take us to the leaf node. The decision tree takes all of the features (variables) that are available into account and selects the feature that would result in the most pure or most homogeneous split. The algorithm that's used to split the tree also depends on the target variable. Let's go through this, step by step:
The following formula ...
Read now
Unlock full access