BIC to select lambda in regression lasso

I know that we can use the GCV value to select the lambda in lasso regression. Can we use the BIC value to select the lambda in lasso regression? And how could I calculate the BIC value using glmnet () in R ?. I have read many lectures and they all talk about using the GCV value to select the appropriate lambda.

+3


source to share





All Articles