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
Problem Description
Currently, it is not possible to store/retrieve the SHAP Values for individual features before they are eliminated to give a reduced feature set. This limits the analysis of SHAP values across multiple runs.
Desired Outcome
The SHAP values computed after every run should be available as a dataframe for us to analyze/manipulate. This will help get an overview of how SHAP values stack up for different feature group without automatic elimination.
Solution Outline
No particular requirement.
The text was updated successfully, but these errors were encountered:
onee can pass shap_importance_df and store the shap values there as well, possibly as dict or something else.
Another improvement would be to write a small function to retrieve shap values from the results for a given number of features e.g. get_reduced_feature_set_shap_values.
Problem Description
Currently, it is not possible to store/retrieve the SHAP Values for individual features before they are eliminated to give a reduced feature set. This limits the analysis of SHAP values across multiple runs.
Desired Outcome
The SHAP values computed after every run should be available as a dataframe for us to analyze/manipulate. This will help get an overview of how SHAP values stack up for different feature group without automatic elimination.
Solution Outline
No particular requirement.
The text was updated successfully, but these errors were encountered: