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

Add penalty factors & multinomial regression support #393

Open
cyradil opened this issue Feb 1, 2021 · 2 comments
Open

Add penalty factors & multinomial regression support #393

cyradil opened this issue Feb 1, 2021 · 2 comments

Comments

@cyradil
Copy link

cyradil commented Feb 1, 2021

Please add support for multinomial regression in the newest version of pyglmnet.

Please also add support for penalty factors (regularization penalties per feature) as described here: https://glmnet.stanford.edu/articles/glmnet.html#other-function-arguments-1.

These are supported in the Python wrapper versions of glmnet and would provide great benefit here as well.

@jasmainak
Copy link
Member

hi @cyradil thanks for your interest. Are you using pyglmnet in your work currently?

Adding these features might require some work. Do you want to help? We did have multinomial regression in the past, so it might be possible to revamp them.

@cyradil
Copy link
Author

cyradil commented Feb 4, 2021

Hi @jasmainak. I am hoping to use it for my work. I am happy to share if I make any progress. My 3 attempts so far have failed sadly. I am newer to object-oriented programming and struggle to properly track variable inheritances haha!

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

2 participants