I found that there is two main technique for feature selection,
1. Filter
2. Wrapper.
My question is that where particle swarm optimization , artificial bee colony , gray wolf optimization (Evolutionary algorithm) falls under Wrapper Feature selection method?
Second question is : Is it feasible to use PSO for distributed node on big data? ( i want to select subset of features from distributed node and then only selected feature will travel at server node)
I need to find out proper feature selection algorithm which should work better on different distributed node and gives me relevant features only .