How can I fix my problem in SVM classification confusion matrix that dost predict correctly?

后端 未结 0 677
傲寒
傲寒 2021-01-20 04:52

the confusion matrix doesnt predict 2 classes correctly:
from sklearn import svm clf = svm.SVC(kernel=\'linear\') clf.fit(xtrain, train)

ypredclf = clf.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题