Closed AkshitChugh787 closed 1 year ago
I am on Shapash version 2.3.0 By running the command to_pandas(), I get the summary_df for all the local data points like
to_pandas()
summary_df
features_1, contribution_1 ... features_n, contribution_n
I want the importance of the global features from my machine learning model like I get the plot by running the command xpl.plot.features_importance(). What is the method or function to get the global Features Importance data points?
xpl.plot.features_importance()
Thanks
Hi, you can have features importance with:
xpl.features_imp
is this what you want?
Thanks, it worked!
I am on Shapash version 2.3.0 By running the command
to_pandas()
, I get thesummary_df
for all the local data points likeI want the importance of the global features from my machine learning model like I get the plot by running the command
xpl.plot.features_importance()
. What is the method or function to get the global Features Importance data points?Thanks