from sklearn.svm import SVC param_grid = {\'kernel\': [\'linear\', \'poly\', \'rbf\', \'sigmoid\', \'precomputed\'], \'C\' : [1, 10], }