Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.56k stars 216 forks source link

shell script version of grid.py #178

Closed WeiChihChern closed 4 years ago

WeiChihChern commented 4 years ago

I used the scripts as suggested from the main page.

I wonder how can I get the recommended parameters as libSVM's grid.py does?

Thank you.

zeyiwen commented 4 years ago

I am not sure if I understood your question correctly. Perhaps our documentation on grid search might be useful for you. Please take a look here.

zeyiwen commented 4 years ago

You can use bash to print out c and g together with the accuracy, and then write a script to obtain the best c and g.

It would be awesome if you can implement this functionality and share it to the ThunderSVM community.