Is there a way to retrieve the list of feature names used for training of a classifier, once it has been trained with the fit method? I would like to get this i
fit
You can extract feature names from a trained model as follows:
model.get_booster().feature_names