LibSVM 3.7 - Parameter Optimization

I am using the Parameter Optimization Loop Start to optimize certain parameters. I can’t figure out how to configure the LibSVM Learner node. Does anyone have any ideas?
Thanks
Br


Hello @Brain,

You can see the parameters values in this file here https://www.csie.ntu.edu.tw/~cjlin/libsvm/, go to the Graphic Interface section.

Since you want to tune degree, gamma, coeff0 and cost parameters, the respective choice in the flow variable section of the node are -D, -G, -R and -C.

The section at the bottom could be of help to understand what values are used for each parameters.

Hope this helps.

Best,
Keerthan

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.