-
-
Notifications
You must be signed in to change notification settings - Fork 34
Pyglm new #358
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
base: main
Are you sure you want to change the base?
Pyglm new #358
Conversation
@anath2 Let's continue the chat in the new thread. I am testing logistic regression here by using this following example:
I understand that glm doesn't have unique solutions, which means that coeffs could be different. However, the fact that our implementation of IRLS doesn't converge, and statsmodel converges (at iteration 24) is a little strange. |
Yes strange indeed. I tried it out on pure rust implementation of IRLS and it looks like it converges after 12 iterations. My Testing code:
|
No description provided.