I search into svm documentation.
I looking for a parameter to configure to print every step of the train_auto during cross-validation. Libsvm have it. It's -q for quiet mode. I want to know every step which C and Gamma I'm testing and what the Accuracy of this test at the end.
Is there any function already implemented for that ? Because right now, I can only print the C and Gamma at the end of train_auto.
Thanks you in advance.