Hi,

For a classification problem, I need a short list of possible classes and
their confidence of predictions (to find a treshold classifier is 99%
sure).

I used a multiclass SVM. dataset has 1000 classes, 7-8 instances for each
and 2000 attributes. *.predict()* results are 72% accurate. However,
results from *.predict_proba()* didn't work well in this case. most
probable result is 30% accurate. .predict_proba() works different than
.predict()
http://stackoverflow.com/questions/15111408/how-does-sklearn-svm-svcs-function-predict-proba-work-internally

So, is there a way to calculate better predictions for ranking with
probabilities?

Thank you

-- 
Bilal Dadanlar
cimri.com | Software Engineer
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to