Foundations of Gradient Boosting
You'll start by building a single decision tree, then see how combining trees in a Random Forest improves results. Finally, you'll learn the sequential approach of Gradient Boosting, building and tuning your first powerful boosting model.