date | duration | maintainer | order | title |
---|---|---|---|---|
w6d2 |
75 |
robert |
10 |
Ensembling |
- (75m) Ensembling
Students can
- Understand and explain key concepts of ensembling models.
- Different methods
- Averaging, Bagging, and other sampling based methods.
- Boosting
- Stacking
- How ensembling affects over/underfitting.
- Different methods
- Apply Random Forest methods to a supervised project.
- Explain and tune hyperparameters.
- Respond to over or underfitting.
- Use meta-estimators to apply ensembling to other models.
Classification and Regression Trees
Ensemble model uses: Linear Model, Naive Bayes, KNN, SVC, Random Forest, Extra Trees, AdaBoost