> If you want the output of predict_proba() then I'm not entirely sure how > that's calculated for multiclass in the case of liblinear, I'm pretty sure > it's not the way I'm familiar with (i.e. a softmax).
It's normalizing by the sum of the probabilities output by each one-vs-rest classifier... Mathieu ------------------------------------------------------------------------------ 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
