Thanks to visit codestin.com
Credit goes to github.com

Skip to content

DOC Add link for prediction latency plot example in SGD Regression #31477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/modules/sgd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ For regression with a squared loss and a :math:`L_2` penalty, another variant of
SGD with an averaging strategy is available with Stochastic Average
Gradient (SAG) algorithm, available as a solver in :class:`Ridge`.

.. rubric:: Examples

- :ref:`sphx_glr_auto_examples_applications_plot_prediction_latency.py`

.. _sgd_online_one_class_svm:

Online One-Class SVM
Expand Down