Open Josephhungyi opened 3 years ago
See libsvm README about the usage and example of svm-predict.
On 2021-11-11 12:05, Josephhungyi wrote:
Hello,
I faced some problems with following the guide paper.
When I ran the svm-train with -v, it did not produce the model file, but it can produce a model file without -v. How do I predict the result with the training model to run svm-predict? By the way, I also used svm-grid to find the better C and γ, so svm-easy may not work in my case.
Thanks
-- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [1], or unsubscribe [2]. Triage notifications on the go with GitHub Mobile for iOS [3] or Android [4]. [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "https://github.com/cjlin1/libsvm/issues/180", "url": "https://github.com/cjlin1/libsvm/issues/180", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
Links:
[1] https://github.com/cjlin1/libsvm/issues/180 [2] https://github.com/notifications/unsubscribe-auth/ABI3BHTECSPQFDGU7WXTRCTULM6IHANCNFSM5HZQJNHQ [3] https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 [4] https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub
Hello,
I faced some problems with following the guide paper.
When I ran the svm-train with -v, it did not produce the model file, but it can produce a model file without -v. How do I predict the result with the training model to run svm-predict? By the way, I also used svm-grid to find the better C and γ, so svm-easy may not work in my case.
Thanks