Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Although we frequently think of machine-learning modelling as a process to build a single model of the data, there are many times where building multiple models on the same dataset can give us some advantages. Bagging, or bootstrap aggregation, and boosting are two processes to do this. When building a single model, the optimization is done for the group as a whole. That means that there will be some smaller cohort for whom the prediction might be significantly worse. And often, practitioners aim to prevent this discrepancy in predictive accuracy.
Bagging and boosting are an important part of a practitioner’s toolkit because they train multiple models in different ways and can be used to tackle some of the ethical challenges in building effective models in terms of fairness. These lessons will review the differences between bagging and boosting and discuss the ways they can be used to improve a model’s prediction in smaller subgroups.
It reviews the differences between bagging and boosting and discusses how they can be used to improve a model's prediction in smaller subgroups. Lessons cover Bagging, Boosting, and Implementation Considerations.
You will be able to determine when it is appropriate to use bagging and boosting and explain the advantages of using them.
Bagging, or bootstrap aggregation, and boosting are two processes for building multiple models on the same dataset, training multiple models in different ways. The course reviews the differences between them.
Because they train multiple models in different ways, bagging and boosting can be used to tackle some of the ethical challenges in building effective models in terms of fairness, including improving prediction for smaller subgroups.
The course covers skills including Boosting, Gradient Boosting, Machine Learning, Machine Learning Algorithms, Machine Learning Methods, and Machine Learning Model Training.