第二步則是讓選擇好的模型fit我們的資料,這樣,就完成了! clf=svm.SVC(kernel='rbf',C=1,gamma='auto') clf.fit(X_train,y_train).
確定! 回上一頁