Course 2 : combine models (Ensemble)
About Course
Ensemble models are widely used in data science due to their ability to enhance predictive performance, reduce overfitting, handle complex problems, and provide more robust predictions. They are particularly effective when individual models in the ensemble are diverse and have complementary strengths. However, ensemble models can be computationally expensive, require more training data, and may be more challenging to interpret compared to individual models. Proper selection, tuning, and evaluation of ensemble models are essential for achieving the best results.
What I will learn?
- - Idea of Ensemble models in Machine Learning
- - 3 types of Ensembles
- - STACKING
- - BAGGING
- - BOOSTING
Course Curriculum
BAGGING ensembles
BOOSTING model – ADABOOST
-
Bagging vs Boosting – basic idea
00:00 -
Types of Boosting models
00:00 -
ADABOOST- high level understanding
00:00 -
ADABOOST – Demo – using excel
00:00 -
ADABOOST – Demo – with python code
00:00 -
ADABOOST – sklearn implementation
00:00 -
ADABOOST – Overfitting and Regularization:
00:00 -
ADABOOST – Application and Use Cases
00:00
BOOSTING model – Gradient Boosting
-
Boosting Algorithms – high level understanding
00:00 -
Gradient Boosting Framework
00:00 -
Loss Functions
00:00 -
Learning Rate
00:00 -
Demo : sklearn implementation of Gradient Boosting
00:00
Stacking Ensembles
Xtreme Gradient Boosting
Xtreme Gradient Boosting (XGBoost) is a highly optimized implementation of gradient boosting that has gained popularity in machine learning competitions and real-world applications.
-
data structure (DMatrix)
00:00 -
DEMO : sklearn implementation of XGBOOST
00:00 -
Regularization Techniques
00:00 -
Advanced Features
00:00 -
Parallel Processing
00:00 -
Hyperparameter Tuning
00:00
Student Ratings & Reviews
No Review Yet
₹9,900
-
LevelIntermediate
-
Duration3 hours
-
Last UpdatedApril 15, 2024
Hi, Welcome back!
Material Includes
- 1. Self learning videos
- 2. Slides/PDFs
- 3. Python notebook files
- 4. Datasets
- 5. Quizzes
- 6. Assignments
Target Audience
- Students
- Fresh Out of college
- Working professionals
- Managers and leads
- Data Scientists
- ML practitioners
- MLOPS engineers