Learn Before
Decision Tree Terms
Leaf nodes: the end of a branch that represents an object
Nodes: split points
Pure node: all in this category are in one class; perfect classification
Mixed node: a mixture of classes that requires further splitting
Split point: the threshold that separates one class from another
Informativeness of split: a measure of how much information is gained from that node; the decision tree builds nodes the split points based on which gives the most informative split
0
1
Tags
Data Science
Related
Trees VS. Linear Models
Advantages to Using Decision Trees
Disadvantages to Using Decision Trees
Types of decision trees
Learning Decision Trees
Approaches for improving decision trees' predictions
Decision trees applied to regression and classificatioin problems
Decision Tree Terms
Post pruning decision trees with cost complexity pruning
Scikit learn key decision tree parameters
Decision tree key parameters
Gradient Boosted Decision Trees
Find the Accuracy Score of a Decision Tree