Skip to content

Commit 8792943

Browse files
authored
DOC Revise the math formatting for eta_0 (scikit-learn#31598)
1 parent 0fc081a commit 8792943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/sgd.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ For regression the default learning rate schedule is inverse scaling
514514

515515
.. math::
516516
517-
\eta^{(t)} = \frac{eta_0}{t^{power\_t}}
517+
\eta^{(t)} = \frac{\eta_0}{t^{power\_t}}
518518
519-
where :math:`eta_0` and :math:`power\_t` are hyperparameters chosen by the
519+
where :math:`\eta_0` and :math:`power\_t` are hyperparameters chosen by the
520520
user via ``eta0`` and ``power_t``, respectively.
521521

522522
For a constant learning rate use ``learning_rate='constant'`` and use ``eta0``

0 commit comments

Comments
 (0)