I am new to libsvm, I know how to classify using libsvm. But I am not sure how to use libsvm for plotting ROC curves, the usage that is given as per libsvm's official website is:
plotroc.py [-v cv_fold | -T testing_file] [libsvm_options] training_file
I am not getting how to substitute the same in my program. I want to implement a binary classifier. I am new to libsvm, so sorry for such a novice question. Also I have my data in numpy.ndarray format...I am not sure how to create testing file out of the same.
I would be really thankful, if somebody could give a toy example for the same.