Xtra-Computing / thundersvm

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

ThunderSVM compatibility with StackingClassifier #250

Open Jassy87 opened 2 years ago

Jassy87 commented 2 years ago

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.