Supervised ML Algorithms - Regression
Random Forest/ Regression Forest
Random Forest for regression - Regression Forest
Random forest builds multiple decision trees and merges them together to get a more accurate and stable prediction.
Regression Forests (or Random forest Regressors) are an ensemble (combination) of different regression trees (decision trees for regression). Each leaf contains a distribution for the continuous output variable/s.
Random Forest for regression - Regression Forest
Regression Forest - Implementation
Slide Download Link
You can download these slides from the below link:
https://docs.google.com/presentation/d/1zW4IU6j5XJC0QGDdFxWpvZMgra60ftpnCfZAFZpInTQ/edit?usp=sharing
That’s it for this unit. Thank you!
Feel free to post any queries on Discuss.