JuliaStats / Lasso.jl

Lasso/Elastic Net linear and generalized linear models
Other
143 stars 31 forks source link

Multinomial Logistic regression #8

Open dsweber2 opened 7 years ago

dsweber2 commented 7 years ago

I'm needing to run logistic regression, ideally with the ability to be multinomial. I noticed that you ( @simonster ) also built a wrapper for GLMnet; have you had any plans on adding this feature to either? If not, how difficult an extension do you think it would be? I'm willing to contribute, but not entirely sure where to start.

youngjaewoo commented 7 years ago

@dsweber2 I'm also in need of multinomial methods. I explored GLMnet.jl package, but was unsuccessful. Did you figure out how to implement or resolved your usage?

dsweber2 commented 7 years ago

I have not yet, other projects took precedence. I may reexamine the issue sometime this summer.

-- cheers, David Weber

-----Original Message----- Re: [simonster/Lasso.jl] Multinomial Logistic regression (#8) From: youngjaewoo notifications@github.com To: simonster/Lasso.jl Lasso.jl@noreply.github.com Cc: David Weber david.weber2@gmail.com,Mention <mention@noreply.github.com

Monday, May 15, 2017 at 08:59

@dsweber2 https://github.com/dsweber2 I'm also in need of multinomial methods. I explored GLMnet.jl package, but was unsuccessful. Did you figure out how to implement or resolved your usage?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/simonster/Lasso.jl/issues/8#issuecomment-301520252, or mute the thread https://github.com/notifications/unsubscribe-auth/AGxFYTvNAZtxmvLt-JI0iJPlYpK1H6nwks5r6HZIgaJpZM4KqvD8 .

sourish-cmi commented 1 year ago

I also need multinomial logistic regression with the lasso. Do you have a developer document? I want to develop. Please let me know if it is possible !

AsafManela commented 1 year ago

There is currently no dev doc, but feel free to ask question and I can try to answer. In any case, the contribution is welcome.