in my project I have >900 features and I thought to use Recursive Feature Elimination algorithm to reduce the dimensionality of my problem (in order to improve the accuracy).
But I can't figure out how to choose the RFE parameters (estimator and the number of parameters to select).
Should I use model selection techniques in this case as well? Do you have any advice?