I\'m running feature selection with mlxtend library:
mlxtend
classifier = RandomForestClassifier() sfs = SequentialFeatureSelector(classifier,