Duplicate calculating Precision, Recall and F Score
I have a input file with text description and classified level (i.e.levelA and levelB). I want to write a SVM classifier that measure precision, recall and accuracy. I looked at scikit and LIBSVM but I want to know more step by step.
Any sample code or basic tutorial would be really nice. Thanks for any suggestion in advance.