Skip to content

Commit 10b824a

Browse files
authored
DOC add link to plot_scalable_poly_kernels.py example (scikit-learn#27527)
1 parent 0aa8932 commit 10b824a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sklearn/kernel_approximation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ class PolynomialCountSketch(
122122
SGDClassifier(max_iter=10)
123123
>>> clf.score(X_features, y)
124124
1.0
125+
126+
For a more detailed example of usage, see
127+
:ref:`sphx_glr_auto_examples_kernel_approximation_plot_scalable_poly_kernels.py`
125128
"""
126129

127130
_parameter_constraints: dict = {

0 commit comments

Comments
 (0)