From c1495168f5ced6f3ce4f4e09a4ff2ff4129542e2 Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Mon, 18 Aug 2014 20:38:08 +1000 Subject: [PATCH] Update plot_kernel_approximation.py Correct documentation typo 'not' to 'note' --- examples/plot_kernel_approximation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_kernel_approximation.py b/examples/plot_kernel_approximation.py index 4aca910f227..cbf78be4dfb 100644 --- a/examples/plot_kernel_approximation.py +++ b/examples/plot_kernel_approximation.py @@ -17,7 +17,7 @@ of :class:`RBFSampler`, which uses random Fourier features) and different sized subsets of the training set (for :class:`Nystroem`) for the approximate mapping are shown. -Please not that the dataset here is not large enough to show the benefits +Please note that the dataset here is not large enough to show the benefits of kernel approximation, as the exact SVM is still reasonably fast. Sampling more dimensions clearly leads to better classification results, but