File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,8 @@ also the dimensionality of the features computed - is given by the parameter
94
94
:ref: `sphx_glr_auto_examples_applications_plot_cyclical_feature_engineering.py `,
95
95
that shows an efficient machine learning pipeline that uses a
96
96
: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 `.
97
99
98
100
.. _rbf_kernel_approx :
99
101
@@ -145,7 +147,9 @@ use of larger feature spaces more efficient.
145
147
146
148
.. rubric :: Examples
147
149
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
+
149
153
150
154
.. _additive_chi_kernel_approx :
151
155
You can’t perform that action at this time.
0 commit comments