Skip to content
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

Closed
DilumAluthge opened this issue Mar 18, 2020 · 4 comments
Closed

Feature request: multinomial logistic regression #363

DilumAluthge opened this issue Mar 18, 2020 · 4 comments

Comments

@DilumAluthge
Copy link
Contributor

DilumAluthge commented Mar 18, 2020

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.

@DilumAluthge
Copy link
Contributor Author

It looks like @Nosferican has implemented this in Econometrics.jl. Would it be possible to merge some of that work into GLM.jl?

@Nosferican
Copy link
Contributor

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 response_predictor.

@jbrea
Copy link

jbrea commented Jul 12, 2021

I'd also be interested in this feature (and JuliaStats/Lasso.jl#8).

@andreasnoack
Copy link
Member

Dup of #206

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants