'Python Sklearn: My project svm.SVC output error

enter image description here

info: use jupyter notbook use sklearn.svm error output fit

mycode:

from sklearn import svm model = svm.SVC()

model.fit(X_train, y_train)

--

Console output: [SVC()]



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source