Ask Your Question
0

Train_auto svm printing

asked Mar 28 '13

Alexandre Bizeau gravatar image

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.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
2

answered Mar 28 '13

Simply said, do not use precompiled libraries, then dive into the train_auto function yourself and manually ad these DEBUG outputs where you want them. No predefined functions for debugging this kind of functionality.

Preview: (hide)

Comments

1

@steven : This is what I want to do, but before, I just ask :) Thanks you.

Question Tools

Stats

Asked: Mar 28 '13

Seen: 391 times

Last updated: Mar 28 '13