-
-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Closed
Labels
DocumentationEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvehelp wanted
Description
See
scikit-learn/sklearn/linear_model/sag.py
Line 86 in f6163e7
def sag_solver(X, y, sample_weight=None, loss='log', alpha=1., beta=0., |
The beta
parameter was added in #8446 but not documented. I guess the alpha
parameter doc needs to change as well. @arthurmensch do you have a suggestion for how to update the doc.
This easy is probably easy to tackle only if you already have some knowledge of sag/saga solvers.
Metadata
Metadata
Assignees
Labels
DocumentationEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvehelp wanted