View source: R/mod_penalized_l_r_utils.R
rlr_type | R Documentation |
returns the name of the penalty according to the alpha.
rlr_type(alpha_rlr = 0)
alpha_rlr |
the penalty is defined as alpha=1 is the lasso penalty, and alpha=0 the ridge penalty. |
glmnet
rlr_type(1)
rlr_type(0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.