Using swarm for feature selection
Firts the data set is passed to the algo and thealgo generate some solutions each soltion is a candidate subset. At each iteration the fitness of solution is calculated using a classifier accuracy and the best solution is returned and so on for a number of iterations .At the end the optimal subset is returned
1- how I can choose the algo parameters?
2-what can I do with the selected subset ?
3-how many runs of algo?
Thank you