The importance of features of model?

Now I had trained a model for predicting stock and the feature size is 175.I wonder is there a way can visual the feature importance like sklearn do?

Why not use the same sklearn analysis to check the principal components? See here

Thank you,I will try this method for my dataset.