-
-
Notifications
You must be signed in to change notification settings - Fork 26k
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
Update linear_model.rst #12735
Conversation
There was a problem hiding this 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.
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. |
There was a problem hiding this comment.
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!
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
already fixed it.
* 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
* 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
* 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
* 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
This reverts commit 9a751f3.
This reverts commit 9a751f3.
* 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
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?