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

ThunderSVM compatibility with StackingClassifier #250

Open
Jassy87 opened this issue Sep 28, 2021 · 0 comments
Open

ThunderSVM compatibility with StackingClassifier #250

Jassy87 opened this issue Sep 28, 2021 · 0 comments

Comments

@Jassy87
Copy link

Jassy87 commented Sep 28, 2021

I'm trying to stack different machine learning algs via the StackingClassifier method of Sklearn.ensemble. One of my models is using the Thundersvm with an rbf kernel. I keep getting the following error:
< SVC object has no attribute classes_ > it seems ThunderSVM doesn't have this attribute in the Predict method
I'm using Sklearn version == '0.23.2'
Any help is appreciated.

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

1 participant