DTEL2 2 4 Generalizations of bias variance tradeoff
14
DTEL2 2 5 ExtraTrees Algorithm
15
DTEL2 2 6 ExtraTrees with Sklearn
16
DTEL2 2 7 Conclusion
17
DTEL3 3 1 Introduction
18
DTEL3 3 2 Bootstrap
19
DTEL3 3 3 Bagging
20
DTEL3 3 4 1 Example
21
DTEL3 3 5 Random Forest
22
DTEL3 3 4 2 Example Notebook
23
DTEL3 3 6 General Ensembling
24
DTEL4 4 1 Introduction
25
DTEL4 4 2 Proximities
26
DTEL4 4 3 Proximities Visualizations
27
DTEL4 4 4 Feature Importance's
28
DTEL4 4 5 Limitations of Tree Feature Importance
29
DTEL4 4 6 Feature Importance's in Random Forest
30
DTEL4 4 7 Summary
31
DTEL5 5 1 Introduction
32
DTEL5 5 2 Boosting
33
DTEL5 5 3 Gradient Boosting
34
DTEL5 5 4 XGBoost
35
DTEL5 5 5 LightGBM
36
DTEL5 5 6 CatBoost
Description:
Dive into the world of decision trees and ensemble methods in this comprehensive 2.5-hour course. Explore fundamental concepts such as impurity functions, CART algorithm, and basic properties of decision trees. Learn about regularization techniques and how to implement decision trees using Scikit-learn. Delve into advanced topics like bias-variance trade-off, ExtraTrees algorithm, bootstrap, bagging, and random forests. Discover the power of ensemble methods, including proximities, feature importance, and various boosting techniques such as gradient boosting, XGBoost, LightGBM, and CatBoost. Gain practical experience through examples and notebook exercises, equipping you with the skills to apply these powerful machine learning techniques to real-world problems.