>> That would be great. >> Which version of sklearn are you using? > I am on scikit 0.12.1 > >> Also, are you aware that you don't need the OneVsRestClassifier for >> multi-class support in SGDClassifier? >> SGDClassifier has multi-class support on its own. >> If you didn't know this, it would be good if you could point us to the >> docs that gave you the impression >> you needed OneVsRestClassifier - this seems to be a common misconception. > I am using OneVsRest so as to analyze the binary classifiers for each > category. > I also tried downloading the 0.13 version from source and installing it. This > time I see a different error. The steps to reproduce for version 0.13 in > ipython > are as follows: You can not necessarily load a classifier that was trained with one version in another version. Could you try retraining with 0.13-git and see if the error persists?
------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
