-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ENH: add y-intercept for logistic regression #143
ENH: add y-intercept for logistic regression #143
Conversation
Thanks for your PR. |
@facaiy it's a good idea. Just go on with this PR and finish it. We will review and merge it with certain modification. |
OK. I'll ping you when finished. |
The PR is tested on a4a dataset. There are two questions:
|
Many thanks, @andyyehoo @TAAAN . |
Hi, the PR is aimed at adding intercept for logistic regression #142 .
The work is not done yet (mostly finished in fact), but feedback is necessary for me to determine whether to go further or not. Hence, the PR is opened.
Mathematical Derivation
Given:
the derivative of b is: \frac{dL}{df}
Implementation
The PR is inspired by:
How to test