Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 443 Bytes

File metadata and controls

7 lines (6 loc) · 443 Bytes

DecisionTree | RandomForest

quick decision tree and furthurmore random forest implementation on "loan" data

  • basically, random forest is a set of decision trees to finally take the average output.

This repo contains a very simple model just to practice!