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
Post a Comment