Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The model performs poorly under the same conditions #270

Open
deeomnjobs opened this issue Sep 24, 2023 · 1 comment
Open

The model performs poorly under the same conditions #270

deeomnjobs opened this issue Sep 24, 2023 · 1 comment

Comments

@deeomnjobs
Copy link

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
Copy link

Shentl commented Dec 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants