I'm trying to understand what I'm supposed to do here. i already applied lasso and ridge regression, found the optimal lambda and refitted the models. but i don't understand what am i supposed to do after that.
QUESTION :
". For the Diabetes data set (uploaded to Moodle), we wish to use the 10 features (X variables) to predict prog (Y), a quantitative assessment of disease progression one year after baseline. Variable prog is the last column in the data. Before you fit ridge regression and LASSO, do not forget to standardize all the X variables so that they would be on the same scale. Use ridge regression and LASSO to predict prog. In both regressions, choose the optimal lambda using cross-validation. The optimal lambda will correspond to the minimum CV error. For the optimal lambda, refit the ridge and LASSO models. Run bootstrap with 1000 bootstrap replications in order to obtain standard errors (SE) for the estimates of regression coefficients. For each bootstrap replication, you'll have to refit a ridge and LASSO model and aggregate the estimates of regression coefficients. Then, the estimates of SEs of regression coefficients will the SDs of bootstrap estimates. "