LASSO or step-wise regression for Julia

I want to write a julia script to run a linear mixed model with a lasso regression as my code in R is quite slow. Is there a package that works with the mixed models package that implements lasso or stepwise regression?

I will be using MixedModels.jl Documentation · MixedModels.

1 Like

probably waiting for ppl to write one https://github.com/FixedEffects/FixedEffectModels.jl

1 Like
2 Likes

This does not work for mixed models.

It does not. I have started working on a package for mixed models with regularized fixed effects, but I won’t have more time to make it fully functional for several weeks.

3 Likes

While nice this is not a mixed model.

Hey any chance you finished this? I did my analysis in R in the end but would be curious if you managed to complete your work.

I’ve written a package for estimating high dimensional mixed effect models: GitHub - solislemuslab/HighDimMixedModels.jl. The fitting procedure uses a coordinate gradient descent method to maximize a penalized likelihood

1 Like