-
Notifications
You must be signed in to change notification settings - Fork 116
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
Feature request: multinomial logistic regression #363
Comments
It looks like @Nosferican has implemented this in Econometrics.jl. Would it be possible to merge some of that work into GLM.jl? |
It would require to change a few of the internals though. The way I fit it in Econometrics is through a vector generalized linear model. It would require the internals to allow for vector responses rather than a single response vector. I believe that is the biggest change. In terms of outputs, the parameters are per response so it would have |
I'd also be interested in this feature (and JuliaStats/Lasso.jl#8). |
Dup of #206 |
Are there any plans to implement multinomial logistic regression?
Specifically, I am referring to the situation of a categorical output variable that has strictly greater than two possible classes. The classes are not ordered.
The text was updated successfully, but these errors were encountered: