I am running sequential feature selection in python on a model of 10 predictors with 80% percent accuracy. However I am not able to get the feature names, instead feature id is repeated as names. Also, I cannot make sense of feature id as the numbers they show is greater than number of features in the data. How can I get the feature name as in my dataset and make sense of feature id?
pd.DataFrame.from_dict(sfs.get_metric_dict()).T

Try this: