zhimin-z opened this issue 2 years ago · 3 comments
Input code: Expected output: No error! Print the training score! Actual output:
@Qwlouse Would you mind taking a look then?
sklearn changed the signature of SVC quite some time ago. svm.SVC(C=C, kernel='rbf', gamma=gamma) should work
sklearn
SVC
svm.SVC(C=C, kernel='rbf', gamma=gamma)
#906