On 02/27/2013 04:48 PM, ShNaYkHs ShNaYkHs wrote:
> Is it possible to get a confidence value or a probability (P(y|x)) 
> that the class y predicted for a given data-point x is correct ? Using 
> any of these classifiers from sklearn: tree, GaussianNB (naive 
> bayes), KNeighborsClassifier, svm (svm.SVC ..).
Use the methods "predict_proba" and "decision_function".

------------------------------------------------------------------------------
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_feb
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to