A model is fit on four training examples with two features and no intercept term:
The rows of the table are the rows of the design matrix (a matrix) and the entries of the target vector .
Ordinary least squares would use . Because the two feature columns are strongly correlated, ridge regression is used instead:
with regularization strength , where is the identity matrix.
What is , the coefficient on the second feature? Round your answer to 2 decimal places.