White RoomNEW

Where the Error Lives

scikit-learn decomposes the expected mean squared error of an estimator at a fixed query point as

Err=Bias2+Variance+Noise\text{Err} = \text{Bias}^2 + \text{Variance} + \text{Noise}

Refitting a degree-1 model on many fresh samples of the same problem gives Err=0.42\text{Err} = 0.42, Variance=0.02\text{Variance} = 0.02 and Noise=0.05\text{Noise} = 0.05.

Numerically, Bias2=\text{Bias}^2 = _____ (two decimal places, written as 0.NN).