Model Selection and Boosting

Learning Objectives: In this module, you will learn about selecting one model over another. Also, you will learn about Boosting and its importance in Machine Learning. You will learn on how to convert weaker algorithms into stronger ones.

Topics:
• What is Model Selection?
• The need for Model Selection
• Cross-Validation
• What is Boosting?
• How Boosting Algorithms work?
• Types of Boosting Algorithms
• Adaptive Boosting

Hands on/Demo:
• Cross-Validation
• AdaBoost

Skills:
• Model Selection
• Boosting algorithm using python