info: use jupyter notbook use sklearn.svm error output fit. mycode: from sklearn import svm model = svm.SVC(). model.fit(X_train, y_train).
確定! 回上一頁