A linear model is fitted by least squares to four observations. The design matrix columns are a bias column and a single centred binary feature :
| observation | bias | feature | target |
|---|---|---|---|
| 1 | |||
| 2 | |||
| 3 | |||
| 4 |
Least squares picks to minimise . What is the residual sum of squares at the fitted solution?
Select all that apply.