A program to recognize and reward our most engaged community members
This may be an old thread but in case anyone else stumbles upon it like I did, I thought I should answer what I can.
The k-NN model creates a new binomial prediction variable that is appended to your dataset. SVM cannot handle binominal attributes and that is why it throws that error. The algorithms placed in the Base Learner window (left side) of the Stacking operator will always create this new binomial attribute so the algorithm in the Stacking Model Learner window (right) has to have binomial attribute capabilities.
Hi KellyM: Thanks so much for your post!.
Best wishes, Michael MArtin