This is the code for "Random Forests - The Math of Intelligence (Week 7)" By Siraj Raval on Youtube
This is the code for this video on Youtube by Siraj Raval as part of The Math of Intelligence series. This is a lesson on Random Forests, which is a collection of decision trees. Useful for both classification and regression problems. You can find relevant datasets here
- numpy
Install missing dependencies with pip
Just run jupyter notebook
in terminal and the code will pop up in your browser
Install jupyter here.
The credits for this code go to rushter. ive merely created a wrapper to get people started