I read that it is recommended to use feature selection
after feature extraction
process.
But there is something missing in all the posts I read:
Suppose we have 50 features.
Suppose we use feature extraction and we got 3 new extraction features
2 questions:
Do we need to run the
feature selection
on:- The 3 extracted features ?
or
- total 53 features (base 50 features + 3 extracted features) ?
Suppose we run feature selection on the result of feature extraction and not all the new extracted features where chosen (i.e 2 out of 3) by feature selection algorithm, it seems that the output of feature extraction was not good enough if we can drop one of the 'new' dimension ?