Coding a Random Forest from Scratch in Python p.3: Creating the Forest and making Predictions

Опубликовано: 28 Сентябрь 2024
на канале: Sebastian Mantey
5,682
101

In this series we are going to code a random forest classifier from scratch in Python using just numpy and pandas. And in this video we are going to create a function that creates the different decision trees of our forest. And then, we are also going to build a function that creates the predictions of the random forest.

Links:
- Corresponding blog post (and slides): https://www.sebastian-mantey.com/code...
- GitHub repo: https://github.com/SebastianMantey/Ra...
- "Random Forest from Scratch" playlist:    • Coding a Random Forest from Scratch i...  
- "Decision Tree from Scratch" playlist:    • Coding a Decision Tree from Scratch i...