Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 326 Bytes

Random-forest-from-scratch

Build random forest from scratch using BFS

Description

  • This project builds a Random Forest Model from scratch using BFS algorithm. It predicts whether an ionosphere is "good" or "bad" based on 134 features
  • The dataset can be found here