From 1c2ff80646392d33e7bb32817e33ed7f0a9b02c4 Mon Sep 17 00:00:00 2001 From: Peter Holzer Date: Mon, 16 Jun 2025 20:54:27 +0200 Subject: [PATCH] Linked kernel_approximation example to Nystrom and RBFSampler in User Guide --- doc/modules/kernel_approximation.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/modules/kernel_approximation.rst b/doc/modules/kernel_approximation.rst index 0bbd19d05de33..334aecc9ac7f6 100644 --- a/doc/modules/kernel_approximation.rst +++ b/doc/modules/kernel_approximation.rst @@ -94,6 +94,8 @@ also the dimensionality of the features computed - is given by the parameter :ref:`sphx_glr_auto_examples_applications_plot_cyclical_feature_engineering.py`, that shows an efficient machine learning pipeline that uses a :class:`Nystroem` kernel. +* See :ref:`sphx_glr_auto_examples_miscellaneous_plot_kernel_approximation.py` + for a comparison of :class:`Nystroem` kernel with :class:`RBFSampler`. .. _rbf_kernel_approx: @@ -145,7 +147,9 @@ use of larger feature spaces more efficient. .. rubric:: Examples -* :ref:`sphx_glr_auto_examples_miscellaneous_plot_kernel_approximation.py` +* See :ref:`sphx_glr_auto_examples_miscellaneous_plot_kernel_approximation.py` for a + comparison of :class:`Nystroem` kernel with :class:`RBFSampler`. + .. _additive_chi_kernel_approx: