thundersvm icon indicating copy to clipboard operation
thundersvm copied to clipboard

The model performs poorly under the same conditions

Open deeomnjobs opened this issue 2 years ago • 1 comments

I used sklearn.svc and thundersvm.svc respectively, thundersvm was very fast to train compared to sklearn.svc, but the final training results were poor, sklearn.svc ended up with an acc of about 0.7 while thundersvm only had about 0.5. I used the default parameters.svm.SVC() and thundersvm.SVC()

deeomnjobs avatar Sep 24 '23 06:09 deeomnjobs

Same problem, in a 20-class classification problem, sklearn.svc achieves an acc of 0.87, but thundersvm.SVC() only achieves an acc of 0.057. And the output class of thundersvm is limited to 4 while there are 20 classes in the dataset

Shentl avatar Dec 21 '23 05:12 Shentl