Update plot_kernel_approximation.py
Correct documentation typo 'not' to 'note'
This commit is contained in:
parent
c25467ef1a
commit
c1495168f5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue