On 03/23/2013 06:37 PM, ShNaYkHs ShNaYkHs wrote:
> Well, I need a classifier in that can support partial_fit() and can 
> give a probability for prediction proba_predict() (in case of 
> multi-class, not only binary). PassiveAggressiveClassifier and 
> Perceptron have no proba_predict() method, and SGDClassifier have a 
> proba_predict() method but supported only for binary classification.
I'm confused. Since when is that so? The other losses definitely support 
OvR multi-class. I would be quite surprised if 'log' does not.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to