Hi,
I am trying to complete problem 11.2.2. However, when I run the code below, I get the same RMSE for every value of lambda.

(Note: X_train_ps has polynomialfeatures added and is scaled with zero mean and std, same with X_test_ps)
This is my mse function:

My compute_error function:
