Recursive Feature Elimination with Support Vector Machine using Kernel Poly

37 Views Asked by At

I would like to run recurve feature elimination with support vetor machine using kernel = poly. I used the code from the manual (https://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html), while modifying the kernel = poly.

However, it does not work. Does anybody happen to know why it gives an error message?

Ran the code with kernel = poly.

0

There are 0 best solutions below