Random Forest Algorithm Updated
Random Forest Algorithm Updated
• - Bagging
• - Boosting
• - Stacking
Bagging vs Boosting
• Bagging:
• - Builds models independently
Model 1
• - Reduces
Model 2 variance Model 1 → Model 2 → Model 3
Model 3 (Sequential Learning)
• - Example:
(Parallel Learning) Random Forest
• Boosting:
• - Builds models sequentially
• - Reduces bias
• - Example: Gradient Boosting