Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 217 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 217 Bytes

Decision-Tree-from-Scratch

Code for Decision Tree algorithm from scratch and using SKLearn and trained on the Titanic Dataset. Compared accuracy for both methods.

Dependencies

  • Numpy
  • Pandas
  • Matplotlib