I have performed feature selection on my dataset using Binary PSO. I wanted to know if I run my algo 30 times and get different feature subsets everytime, can I take the moST repeated features in the feature subset in the 30 runs as the final subset by applying a rank on tue maximum no of selected features?
e.g if feature F1 appears 10 times, F2 appears 8 times and F3 appears 7 times and rest of the features randomly appear 1 time im those 30 runs. Can i say features F1,F2,F3 are my most important features and my final subset for feeding into an SVM should be F1,F2,F3?