-
Notifications
You must be signed in to change notification settings - Fork 31
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
Multinomial Logistic regression #8
Comments
@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? |
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
<#8 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGxFYTvNAZtxmvLt-JI0iJPlYpK1H6nwks5r6HZIgaJpZM4KqvD8>
.
|
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 ! |
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. |
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.
The text was updated successfully, but these errors were encountered: