0
0
ML Pythonml~5 mins

Boosting concept in ML Python - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the main idea behind boosting in machine learning?
Boosting combines many weak models, each slightly better than random guessing, to create a strong model that makes accurate predictions.
Click to reveal answer
beginner
How does boosting improve model performance?
Boosting focuses on correcting errors made by previous models by giving more attention to difficult examples, improving overall accuracy step by step.
Click to reveal answer
beginner
Name a popular boosting algorithm.
AdaBoost is a popular boosting algorithm that adjusts weights on training examples to focus on harder cases.
Click to reveal answer
beginner
What is a 'weak learner' in boosting?
A weak learner is a simple model that performs just a little better than random guessing, like a small decision tree.
Click to reveal answer
beginner
Why does boosting often perform better than a single model?
Because it combines many weak models that learn from each other's mistakes, reducing errors and increasing prediction accuracy.
Click to reveal answer
What does boosting mainly do to improve predictions?
AUses one strong model only
BRandomly selects data points
CCombines weak models focusing on errors
DIgnores difficult examples
Which of these is a boosting algorithm?
AAdaBoost
BK-Means
CPCA
DRandom Forest
In boosting, what is a weak learner?
AA model that always predicts the same
BA perfect model
CA model that ignores data
DA model slightly better than guessing
How does boosting treat difficult examples during training?
ADuplicates easy examples
BGives them more weight
CIgnores them
DRemoves them
Why is boosting considered an ensemble method?
AIt combines multiple models
BIt uses a single model
CIt clusters data points
DIt reduces data size
Explain how boosting improves a model's accuracy using simple terms.
Think about how learning from mistakes helps you get better.
You got /3 concepts.
    Describe what a weak learner is and why it is important in boosting.
    Imagine small helpers that together do a big job.
    You got /3 concepts.