so i\'m trying to create a model using SVM. This is what i\'ve code :
from sklearn.svm import SVC sv = SVC(kernel=\'rbf\') print(train_x.shape, train_label.sh