IDSIA/sacred

Fail to run the starter example

zhimin-z opened this issue · 3 comments

OS: Windows 10
Python: 3.11.1
Dependencies:
scikit-learn==1.2.1
sacred==0.8.4
numpy==1.23.5

Input code:
image
Expected output:
No error! Print the training score!
Actual output:
image

@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