On 07/04/2013 10:38 PM, Josh Wasserstein wrote:
> I am confused, what exactly is deprecated? Was there anything in 
> the code I sent in my emails that is deprecated?
Yes. Passing a cross-validation class to the fit method of grid search.
This was just ignored. You should have passed it to ``__init__`` instead.
It used the default cross validation, which is stratified 3-fold.
This is why verbose showed only three values for each parameter setting.
It has nothing really to do with your problem, though.

Could you post your data in a gist maybe?
Though scaling is really important for SVCs.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to