Xtra-Computing / thundersvm

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

The model performs poorly under the same conditions #270

Open deeomnjobs opened 1 year ago

deeomnjobs commented 1 year ago

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()

Shentl commented 11 months ago

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