Build random forest from scratch using BFS
- 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
Build random forest from scratch using BFS