python - LIBSVM Evaluation with F-Score, Precision or Recall -


i new libsvm, , tried doing cross validation using grid.py , gave me accuracy evaluation.

how make show f-score (preferred), or precision , recall?

thanks!

the authors of libsvm have provided an extension enables use different scoring mechanisms during cross-validation, depending on needs. currently, supports precision, recall, fscore, bac , auc.

unfortunately, setting involve bit of manual work, so, if need help, please let me know.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -