Skip to content

Commit c61049b

Browse files
committed
DOC Correct default value of power_t in SGDRegressor
1 parent ea98c29 commit c61049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/linear_model/stochastic_gradient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ class SGDRegressor(BaseSGDRegressor):
14251425
'adaptive' schedules. The default value is 0.01.
14261426
14271427
power_t : double
1428-
The exponent for inverse scaling learning rate [default 0.5].
1428+
The exponent for inverse scaling learning rate [default 0.25].
14291429
14301430
early_stopping : bool, default=False
14311431
Whether to use early stopping to terminate training when validation

0 commit comments

Comments
 (0)