Toy example of 1D regression using linear, polynomial and RBF kernels. print(__doc__)
The plots below illustrate the effect the parameter C has on the separation line. A large value of C basically tells our model that we do not have
This example illustrates the effect of the parameters gamma and C of the Radial Basis Function (RBF) kernel SVM. Intuitively, the gamma
Page 2 of 2