You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you know, the results of permutation_importance will suffer when the features are correlated. Hence, for an intro example (when n_reduntant!=0 we will have duplicates of same feature - 100% correlation) do we really have to showcase the one which is depicting the above mentioned con?
Describe the issue linked to the documentation
when I look at the example given here, I got confused why the feature names are not sorted with respect to importance.
Suggest a potential alternative/fix
Also, for clarity may be we can set
n_redundant=0
, hence emphasising thatpermutation_importance
identifies the 3 informative features precisely.The text was updated successfully, but these errors were encountered: