> Because SVC uses one-vs-one, for multiclass classification. The 3 three > columns you see correspond to: > >>>> for i in xrange(3): > ... for j in xrange(i + 1, 3): > ... print i, "vs", j > ... > 0 vs 1 > 0 vs 2 > 1 vs 2
ok but are you suggesting that this behavior is normal wrt Y = [0, 1] and Y = [1, 0] we fixed that at some point Alex ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
