How to interpret and view the complete permutation feature plot in jupyter?
问题 I am trying to generate the feature importance plot through Permutation Feature Importance plot. I am trying to kind of make sure whether the features returned through different approaches is stable. To select optimal features. Can we get a p-value or something of that sort which can indicate the feature is significant? If I could do it with PFI , i could be more confident but looks like the results are entirely opposite Here is my code to generate the plot logreg=LogisticRegression(random