Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 217 Bytes

File metadata and controls

3 lines (3 loc) · 217 Bytes
 Decision tree uses trees to predict where each nodes are created by calculating

entropy and information gain of all possible independent variables. The one with highest information gain is choosen as that node.