Closed fedemendez1 closed 3 years ago
Hi, this can be achieved by using the parameter penalty.factor in glmnet, see the library documentation here. Robyn doesn't provide direct interface for this parameter yet, so you have to modify the model yourself for now.
Hi Team, regarding ridge regression, was wondering if it's possible to choose what prior (weight) to apply to each of the variables? Would be useful to force in variables that the model dropped from the model (coef=0) Thanks