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

Inherit from logistic regression in sklearn #4

Open
yngvem opened this issue Feb 3, 2020 · 0 comments
Open

Inherit from logistic regression in sklearn #4

yngvem opened this issue Feb 3, 2020 · 0 comments

Comments

@yngvem
Copy link
Owner

yngvem commented Feb 3, 2020

Currently, the two-class logistic regression model and multi-class logistic regression model is implemented differently. This is because I was able to find a better bound for the Lipschitz coefficient with the two-class problem. However, this artificial difference is not very intuitive, especially considering that it is regarded the same in sklearn.

A good improvement would be to simply inherit from Logistic regression in sklearn and overload the necessary functions.

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

1 participant