Ensemble Methods Quiz

5 questions Pass: 70% +25 pts

Quiz covering Model Training

Ensemble Methods Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which of the following ensemble techniques primarily aims to reduce variance by training multiple models independently on different subsets of the training data?

  2. 2

    In the context of Gradient Boosting, what is the primary purpose of the 'learning rate' (or shrinkage) hyperparameter?

  3. 3

    Which statement accurately describes the difference between Bagging and Boosting?

  4. 4

    When using Stacking (Stacked Generalization), what is the function of the 'meta-model'?

  5. 5

    In Random Forest, what is the effect of increasing the 'max_features' hyperparameter on the correlation between individual trees?