Definition

With the best function in : estimation error (random, depends on the sample), approximation error (deterministic, depends only on ).

Formula

  • Classical regime (no interpolation): a larger lowers the approximation error and raises the estimation error; the true risk is U-shaped. Underfitting = large approximation error, overfitting = large estimation error.
  • Modern regime: interpolates the data, the approximation error is about 0, and some algorithms still have a small estimation error: double descent beyond the interpolation threshold.
  • For the squared loss, bias and variance play the same roles pointwise.

Appears in