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 I give a brief overview of how the random forest algorithm works. Furthermore, I am going to introduce the data set that we are going to work with.
Links:
Corresponding blog post (and slides): https://www.sebastian-mantey.com/post...
GitHub repo: https://github.com/SebastianMantey/Ra...
"Random Forest from Scratch" playlist: • Coding a Random Forest from Scratch in Pyt...
"Decision Tree from Scratch" playlist: • Coding a Decision Tree from Scratch in Pyt...