Skip to content
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
6 changes: 5 additions & 1 deletion doc/modules/kernel_approximation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down