Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 179 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 179 Bytes

Decision-Tree-From-Scratch

Implementation of decision tree from scratch using numpy and pandas only. Supports both type of cost function, information gain as well as gini index