Lasso.jl icon indicating copy to clipboard operation
Lasso.jl copied to clipboard

Multinomial Logistic regression

Open dsweber2 opened this issue 7 years ago • 4 comments

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.

dsweber2 avatar Nov 07 '16 00:11 dsweber2

@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?

youngjaewoo avatar May 15 '17 15:05 youngjaewoo

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 [email protected] To: simonster/Lasso.jl [email protected] Cc: David Weber [email protected],Mention <[email protected]

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 .

dsweber2 avatar May 15 '17 17:05 dsweber2

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 !

sourish-cmi avatar Jan 12 '23 16:01 sourish-cmi

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.

AsafManela avatar Jan 14 '23 18:01 AsafManela