Re: on the right track?
Thanks Sendai, That was a good idea.
I'm using scikit-learn too, a pretty nice python module.
Your results helped me to figure out that I needed to set the parameters gamma and coef0 in sklearn.svm.SVC(...) to 1. These parameters don't appear in the lecture. Now I've got the same results.
|