Skip to content

Support different solvers for logreg in diff_test#463

Open
LinearParadox wants to merge 1 commit intoscverse:mainfrom
LinearParadox:main
Open

Support different solvers for logreg in diff_test#463
LinearParadox wants to merge 1 commit intoscverse:mainfrom
LinearParadox:main

Conversation

@LinearParadox
Copy link
Copy Markdown

Some solvers can be much faster, especially for large datasets. For example, in my data, SAG gets a 2x speedup over the default currently in the model, and the results seem very broadly similar. This pull makes a small change to the diff_test function, and adds a solver parameter. This can take any of the solvers supported by sklearn statsmodels.

Added solver parameter to various functions for logistic regression.
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

Successfully merging this pull request may close these issues.

1 participant