Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 171 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 171 Bytes

DecisionTree

Decision Tree implementation using two heuristics for selecting the next attribute to split on, Information Gain heuristic and Variance Impurity heuristic.