Re: [Scikit-learn-general] RBF SVC performance depends on platform

2014-10-03 Thread Andy
On 10/01/2014 04:23 PM, Gavin Hackeling wrote: Hi all, I am working on an character recognition problem with the Chars74K data set. I am reshaping the images to 30x30 pixels, and using the 900 pixels' intensities as features. I am classifying the images using a SVC with an RBF kernel. ...

[Scikit-learn-general] RBF SVC performance depends on platform

2014-10-01 Thread Gavin Hackeling
Hi all, I am working on an character recognition problem with the Chars74K data set. I am reshaping the images to 30x30 pixels, and using the 900 pixels' intensities as features. I am classifying the images using a SVC with an RBF kernel. ... pipeline = Pipeline([ ('clf', SVC(kernel='