Skip to content

Commit ffe9be7

Browse files
authored
DOC link kernel_approximation example to Nystrom and RBFSampler in User Guide (scikit-learn#31562)
1 parent 1e8e01f commit ffe9be7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/modules/kernel_approximation.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ also the dimensionality of the features computed - is given by the parameter
9494
:ref:`sphx_glr_auto_examples_applications_plot_cyclical_feature_engineering.py`,
9595
that shows an efficient machine learning pipeline that uses a
9696
:class:`Nystroem` kernel.
97+
* See :ref:`sphx_glr_auto_examples_miscellaneous_plot_kernel_approximation.py`
98+
for a comparison of :class:`Nystroem` kernel with :class:`RBFSampler`.
9799

98100
.. _rbf_kernel_approx:
99101

@@ -145,7 +147,9 @@ use of larger feature spaces more efficient.
145147

146148
.. rubric:: Examples
147149

148-
* :ref:`sphx_glr_auto_examples_miscellaneous_plot_kernel_approximation.py`
150+
* See :ref:`sphx_glr_auto_examples_miscellaneous_plot_kernel_approximation.py` for a
151+
comparison of :class:`Nystroem` kernel with :class:`RBFSampler`.
152+
149153

150154
.. _additive_chi_kernel_approx:
151155

0 commit comments

Comments
 (0)