tidymodels / multilevelmod

Parsnip wrappers for mixed-level and hierarchical models
https://multilevelmod.tidymodels.org/
Other
74 stars 3 forks source link

Require glmmLasso model #39

Closed YiweiZhu closed 2 years ago

YiweiZhu commented 2 years ago

Hi, Tidymodels team, Thanks for this great supplementary package! I am working on fitting a logistic mixed model. As I known, the glmer function is used in this package to fit this model. However, I also want to use regularization algorithms like LASSO to select variables. Is it possible to realize by multilevelmod ? Or, is it possible to add models like glmmLasso into this package?

juliasilge commented 2 years ago

Thanks for the idea @YiweiZhu! This isn't currently supported and we aren't adding any new models before rstudio::conf(), but this sounds interesting and we will look into it later in the year.

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.