Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 271 Bytes

Implement decision tree from scratch

Decision tree from scratch

About this project

  • Data preprocessing, feature engineering using Python
  • Implement decision tree from scratch to understand about this Machine Learning model
  • Make prediction using decision tree