I am trying to adjust penalty, lambda, in group lasso regression, but I have no idea about it. Just to clarify, group lasso regression is a kind of multiple linear regression which use penalties on estimated coefficients to keep them small. Also, it tries to assign same coefficients to variables which are in the same group.
I am wondering is there any theory or rule about maximum and minimum value of lambda based on x, input, and y, response? I think the rule of lambda in lasso works for group lasso, as well, so it is helpful.
I need an automatic procedure to determine the minimum and maximum value of penalty b/c I have more than 10 thousands of response variables which regress on more than 500 independent variables.
I appreciate if anyone can help me, I am new in regression field.
Thanks.