How are the bounds for the regularization parameter lambda computed? #779
Closed
Timvanderschaaf
started this conversation in
General
Replies: 1 comment
-
Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot figure out what the reasoning is behind the bounds for the regularization parameter lambda in the Ridge Regression.
Please see below snippets of code from model.R. The first code snippet (see also last snippet) uses a function to compute a list of lambdas, however...
... in the model_refit function, uses lambda_hp and I cannot find out where this value comes from?
I would like to understand how the list of possible lambda values exactly is being constructed.
Beta Was this translation helpful? Give feedback.
All reactions