I am using libsvm python interface and wondering is there a way to get a confidence score/probability when using multi-classification
Asked
Active
Viewed 894 times
1 Answers
-1
I'd recommend the scikit-learn wrapper of libSVM which incoroporates a predict_proba function and a score function http://scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html#sklearn.svm.SVC.

aplassard
- 759
- 3
- 10
-
This is not an unreasonable answer, as scikit-learn uses libsvm for its own SVM algorithms. – Raff.Edward Dec 20 '13 at 17:45
-
Was the reasonableness of my answer in question? – aplassard Dec 20 '13 at 20:08
-
Someone voted you down, so I guess so. – Raff.Edward Dec 23 '13 at 03:19