Learn Before
Concept

Smoothing Spline Tuning Parameter

The tuning parameter (λ\lambda) controls how rough a smoothing spline can be, which also means that it controls its effective degrees of freedom. When λ=0\lambda = 0, the penalty term has no effect, resulting in a rough and jumpy curve that interpolates the training data. As lambda rightarrow infty, the penalty term dominates, forcing the spline to be completely smooth, which results in a straight line (a linear least squares fit). When λ\lambda is an intermediate value, the spline balances smoothness and data approximation.

0

3

Updated 2026-06-13

Tags

Data Science