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
I want to test out the coefficient for a specific item in my df, however my df has over 600 columns and whenever i try to plot the features importance for that row i get something unreadable, is there a way to specify only plotting the features >0 or something?
I haven't seen anything helpful either by typing "help(viz_model.instance_feature_importance)"
The text was updated successfully, but these errors were encountered:
Hi @mojitopop, I looked in the source code and there isn't yet such a logic, but a great suggestion. If you have time would be great to create a PR with this addition.
I want to test out the coefficient for a specific item in my df, however my df has over 600 columns and whenever i try to plot the features importance for that row i get something unreadable, is there a way to specify only plotting the features >0 or something?
I haven't seen anything helpful either by typing "help(viz_model.instance_feature_importance)"
The text was updated successfully, but these errors were encountered: