I am working on a dataset with ~80 features. After running a feature selection procedure, I would like to focus on 8 selected features using svm.SVC on Python.
I would like to know whether the input to the svm.SVC should be the data of these 8 features only after feature selection or not. (Or is there any other procedure that needs to be applied before the SVM step?)