A feature has already been centred during preprocessing, so its column sums to zero. The training set is:
| example | (centred) | |
|---|---|---|
| 1 | 3 | |
| 2 | 5 | |
| 3 | 9 | |
| 4 | 15 |
Run the full pipeline: build with a leading column of ones, form and , solve , then use the fitted model to predict for a new example whose centred feature value is .
What are and the prediction at ?
Select all that apply.