-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multivariate normal L1 regression #65
Comments
Any chance this PR would be merged? My problem requires a multi-response Lasso. GLMNet seems to be my only option but w/o this PR I can't access this functionality from my Julia code... Please? |
I would obviously also like my PR to be merged, but this repo doesn't seem to be actively maintained right now. @JackDunnNZ was the last commit on the repo, so maybe he knows who to talk to about getting PRs merged. I am happy to make updates to my PR to help it get merged. If you need my patch right now, you can install locally from my fork: https://github.com/BenjaminDoran/GLMNet.jl/tree/master in your project's julia environment you can add packages directly from git
or from the REPL
Note that when updating the julia environment, julia may get confused and use the registered version rather than the fork. This should hopefully be resolved by the inclusion of |
Thanks for the ping @BenjaminDoran , I merged and tagged a release |
Wow! Many thanks for the quick responses! |
Maybe i'm blind, but how can I fit a linear lasso model on multiple dependent variables?
There doesn't seem to be a method for
The text was updated successfully, but these errors were encountered: