8000 Update linear_model.rst by hassaanseeker · Pull Request #12735 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

Update linear_model.rst #12735

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

Merged
merged 16 commits into from
Dec 13, 2018
Merged

Update linear_model.rst #12735

merged 16 commits into from
Dec 13, 2018

Conversation

hassaanseeker
Copy link
Contributor
@hassaanseeker hassaanseeker commented Dec 7, 2018

Reference Issues/PRs

Fixes #12617
Closes #12663

What does this implement/fix? Explain your changes.

Update for lbfgs(Logistic-Regression) solver for linear_model.rst documentation.

Any other comments?

Copy link
Member
@jnothman jnothman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine, but you should not have to open a new pull request. Just push more commits onto your existing branch.

@agramfort agramfort merged commit 10339f7 into scikit-learn:master Dec 13, 2018
@agramfort
Copy link
Member

thx @hassaanseeker

@@ -814,7 +818,7 @@ each solver:
+------------------------------+-----------------+-------------+-----------------+-----------+------------+

The "saga" solver is often the best choice but requires scaling. The
"liblinear" solver is used by default for historical reasons.
"lbfgs" solver is used by default for historical reasons.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Err... that's pretty wrong. We just moved to that solver. It's used because it's a great default!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok i just changed the solver as the lbfgs explanation above plus the reference links say that it is good in some scenarios. So i need to update only that its being used as it is the best default.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already fixed it.

amueller pushed a commit to amueller/scikit-learn that referenced this pull request Dec 14, 2018
* Update for Logistic-Regression Table Summary for L-BFGS

* Update for linear_model.rst Logistic-Regression L-BFGS summary.

* Update for Logistic-Regression Doc.

* Logistic-Regression Update

* Update linear_model.rst

* Update jnothman comments

* Update jnothman comments

* Update for jnothman comments.

* test

* test2

* test3

* test4

* Update for Comments from amueller and jnothman

* Update for Comments from amueller and jnothman
amueller pushed a commit to amueller/scikit-learn that referenced this pull request Dec 17, 2018
* Update for Logistic-Regression Table Summary for L-BFGS

* Update for linear_model.rst Logistic-Regression L-BFGS summary.

* Update for Logistic-Regression Doc.

* Logistic-Regression Update

* Update linear_model.rst

* Update jnothman comments

* Update jnothman comments

* Update for jnothman comments.

* test

* test2

* test3

* test4

* Update for Comments from amueller and jnothman

* Update for Comments from amueller and jnothman
adrinjalali pushed a commit to adrinjalali/scikit-learn that referenced this pull request Jan 7, 2019
* Update for Logistic-Regression Table Summary for L-BFGS

* Update for linear_model.rst Logistic-Regression L-BFGS summary.

* Update for Logistic-Regression Doc.

* Logistic-Regression Update

* Update linear_model.rst

* Update jnothman comments

* Update jnothman comments

* Update for jnothman comments.

* test

* test2

* test3

* test4

* Update for Comments from amueller and jnothman

* Update for Comments from amueller and jnothman
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
* Update for Logistic-Regression Table Summary for L-BFGS

* Update for linear_model.rst Logistic-Regression L-BFGS summary.

* Update for Logistic-Regression Doc.

* Logistic-Regression Update

* Update linear_model.rst

* Update jnothman comments

* Update jnothman comments

* Update for jnothman comments.

* test

* test2

* test3

* test4

* Update for Comments from amueller and jnothman

* Update for Comments from amueller and jnothman
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
xhluca pushed a commit to xhluca/scikit-learn that referenced this pull request Apr 28, 2019
koenvandevelde pushed a commit to koenvandevelde/scikit-learn that referenced this pull request Jul 12, 2019
* Update for Logistic-Regression Table Summary for L-BFGS

* Update for linear_model.rst Logistic-Regression L-BFGS summary.

* Update for Logistic-Regression Doc.

* Logistic-Regression Update

* Update linear_model.rst

* Update jnothman comments

* Update jnothman comments

* Update for jnothman comments.

* test

* test2

* test3

* test4

* Update for Comments from amueller and jnothman

* Update for Comments from amueller and jnothman
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.

Update LogisticRegression table summary to mention l-bfgs default
5 participants
0