Skip to content

Commit

Permalink
DOC add link to plot_scalable_poly_kernels.py example (scikit-learn#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
rprkh authored Oct 9, 2023
1 parent 0aa8932 commit 10b824a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sklearn/kernel_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ class PolynomialCountSketch(
SGDClassifier(max_iter=10)
>>> clf.score(X_features, y)
1.0
For a more detailed example of usage, see
:ref:`sphx_glr_auto_examples_kernel_approximation_plot_scalable_poly_kernels.py`
"""

_parameter_constraints: dict = {
Expand Down

0 comments on commit 10b824a

Please sign in to comment.