Skip to content

Commit 73a8a65

Browse files
authored
DOC Add link for prediction latency plot example in SGD Regression#30621 (scikit-learn#31477)
1 parent e0fd236 commit 73a8a65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/modules/sgd.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ For regression with a squared loss and a :math:`L_2` penalty, another variant of
231231
SGD with an averaging strategy is available with Stochastic Average
232232
Gradient (SAG) algorithm, available as a solver in :class:`Ridge`.
233233

234+
.. rubric:: Examples
235+
236+
- :ref:`sphx_glr_auto_examples_applications_plot_prediction_latency.py`
237+
234238
.. _sgd_online_one_class_svm:
235239

236240
Online One-Class SVM

0 commit comments

Comments
 (0)