Introduction - If you have any usage issues, please Google them yourself
Perform SVM and test results
a) For now, assume that the main script is grid_search.IT performs a grid search for SVM using RBF kernel , for the 2 parameters C and gamma .Criterios for choosing the right values is the F1 score and accuracy of the classifier. b) Having choosen the right parameters , the next step is to convert binary values to probabilities.