Building Decision Tree
Decision Tree
The decision tree model learns a series of questions to infer the class labels of the samples.
The goal of a decision tree algorithm is to find the best split at each node to minimize the impurity of the resulting child nodes.
Gini i...
learningmachine.hashnode.dev2 min read