After I have trained my model, I can get the most important features for each class by doing something similar like, How to get most informative features for scikit-learn classifiers?
But I want for each given classification that I do, basically, for each model.predict() that I do, I want to know the most informative features which helped it in picking that prediction. How do I do this?