mlxtend icon indicating copy to clipboard operation
mlxtend copied to clipboard

fixed_features for ExhaustiveFeatureSelector

Open rasbt opened this issue 5 years ago • 1 comments

Similar to the recently added fixed_features parameter that was added to the SequentialFeatureSelector (see #578), a fixed_features param could be added to the ExhaustiveFeatureSelector as well. This would allow users to specify a fixed set of features, for example, based on domain knowledge.

rasbt avatar Aug 21 '19 03:08 rasbt

I have created a new pull request with an updated version that follows the steps in sequential feature selection #651 but it still needs to be modified.

Junting-Wang avatar Dec 22 '19 19:12 Junting-Wang