Ask Your Question
0

Train_auto svm printing

asked 2013-03-28 15:09:45 -0600

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.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2013-03-28 15:28:47 -0600

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.

edit flag offensive delete link more

Comments

1

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

Alexandre Bizeau gravatar imageAlexandre Bizeau ( 2013-04-02 07:07:49 -0600 )edit

Question Tools

Stats

Asked: 2013-03-28 15:09:45 -0600

Seen: 354 times

Last updated: Mar 28 '13