We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea98c29 commit c61049bCopy full SHA for c61049b
sklearn/linear_model/stochastic_gradient.py
@@ -1425,7 +1425,7 @@ class SGDRegressor(BaseSGDRegressor):
1425
'adaptive' schedules. The default value is 0.01.
1426
1427
power_t : double
1428
- The exponent for inverse scaling learning rate [default 0.5].
+ The exponent for inverse scaling learning rate [default 0.25].
1429
1430
early_stopping : bool, default=False
1431
Whether to use early stopping to terminate training when validation
0 commit comments