Created
November 17, 2018 20:15
-
-
Save edunuke/8c02f4e54d20672413a9d3ad7606184a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # get the ovearall mean contribution of each feature variable | |
| shap.summary_plot(shap_values[0], X_train.values[:500], feature_names=X_train.columns) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment