Unit 6: MODEL PERFORMANCE - Subjective Questions

INT234 — Predictive Analytics • Practice Questions with Detailed Answers

20 questions

1

Define the bias-variance trade-off in predictive analytics. Explain how bias and variance affect model performance.

2

Explain underfitting and overfitting in relation to the bias-variance trade-off.

3

Derive the bias-variance decomposition of the expected squared prediction error.

4

Describe the effect of increasing model complexity on training error, test error, bias, and variance.

5

What is ensemble learning? Explain the basic idea behind combining multiple predictive models.

6

Explain the basic concept of bagging and describe how it reduces model variance.

7

Describe the bootstrap sampling procedure used in bagging and explain the role of out-of-bag observations.

8

Compare bagging and boosting with respect to training procedure, error reduction, and model behavior.

9

Explain the basic concept of boosting and how sequential learning improves predictions.

10

Distinguish between AdaBoost and gradient boosting.

11

Explain the role of learning rate, number of estimators, and weak learner complexity in boosting.

12

Describe the construction of a random forest classifier.

13

Explain how random feature selection improves the performance of a random forest.

14

Derive the variance of an ensemble of correlated base learners and explain its relevance to random forests.

15

Compare a single decision tree, bagged trees, and a random forest.

16

Discuss the important hyperparameters of a random forest and their effects on model performance.

17

Explain how random forests can estimate feature importance. Discuss at least two methods.

18

Describe the use of out-of-bag error for evaluating a random forest.

19

Explain how ensemble methods affect bias and variance, and identify which methods are most effective for different error patterns.

20

Discuss the advantages and limitations of random forests in predictive analytics.