Case Study

Effect of Regularization on Error Tradeoffs in a Forecasting Model

Case context: A data scientist builds a model that predicts daily electricity demand. The model overfits the training set, so they add stronger regularization using weight decay, a sparsity penalty, or dropout.

Question: What effect should this change have on variance and bias?

Sample answer: Regularization should lower the model's variance, but it will usually raise its bias.

Key points:

  • Regularization decreases variance.
  • Regularization increases bias.
  • Examples here include weight decay, a sparsity penalty, and dropout.

Rubric: The student must identify that adding regularization reduces variance and increases bias.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Machine Learning

Deep Learning

Supervised Learning

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI