Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Default 'solver' in LogisticRegressionCV is different from the one mentioned in the docs #9957

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

Closed
manikbhandari opened this issue Oct 19, 2017 · 3 comments · Fixed by #9962
Closed
Labels
Documentation good first issue Easy with clear instructions to resolve help wanted

Comments

@manikbhandari
Copy link

Description

In the documentation for LogisticRegressionCV, the source code at the top reads

solver='lbfgs'

whereas under the solver section it is written that the default is 'liblinear'. I was wondering which is the actual default and if I could send a PR to fix it!

@jnothman
Copy link
Member

jnothman commented Oct 19, 2017 via email

@gustavodemari
Copy link
Contributor

@lesteve
Copy link
Member

lesteve commented Oct 20, 2017

PR more than welcome for fixing the docstring:

solver : {'newton-cg', 'lbfgs', 'liblinear', 'sag', 'saga'},
default: 'liblinear'
Algorithm to use in the optimization problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation good first issue Easy with clear instructions to resolve help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants