The method begins by applying an initial resampling technique specified by the user, to create multiple subsamples from the original dataset (train/test splits).
This resampling process helps in generating diverse subsets of data for robust feature selection.
For each subsample (train set) generated in the previous step, the method applies learners
that support embedded feature selection.
These learners are then scored on their ability to predict on the resampled
test sets, storing the selected features during training, for each
combination of subsample and learner.
Results are stored in an EnsembleFSResult.