There are many different algorithms for feature selection and also for classification tasks. I want to know what feature selection algorithm works better, for my case, to be used in a classification task. Should I decide first the feature selection algorithm using a unique classification method? Could I test many combinations of different feature selection and classification algorithms at a time and see which one give me the best accuracy on a test set?
I would appreciate any help,
Thank you!