I'm trying to use Backward elimination, forward selection and optimize selection operators to find useful predictors for scoring in my data.
I have 50 variables, 1500 samples.
How long will the Backward elimination, forward selection and optimize selection operators work for my data? Is any standards of efficiency for this algorithms ?