0

I am using libsvm python interface and wondering is there a way to get a confidence score/probability when using multi-classification

Ray
  • 2,472
  • 18
  • 22
Mickey Shine
  • 12,187
  • 25
  • 96
  • 148

1 Answers1

-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