Learn Before
Concept

Tuning Parameter

The tuning parameter (λ\lambda) is able to control how rough a smoothing spline can be. This also means that it controls its effective degrees of freedom. When λ\lambda = 0, the entire term will have no effect and thus the line will be rough and jumpy. As λ\lambda \rightarrow \infty it will be completely smooth, becoming a straight line. When λ\lambda is an intermediate value, the line will be somewhat smooth, but still provide an approximation of the training data.

0

3

Updated 2020-02-24

Tags

Data Science

Related