Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Chapter 7: Responsible AI #18

Open
mshearer0 opened this issue Oct 10, 2020 · 3 comments
Open

Chapter 7: Responsible AI #18

mshearer0 opened this issue Oct 10, 2020 · 3 comments

Comments

@mshearer0
Copy link

Deepexplainer fails with TF2.3, ok with 2.2

@mshearer0 mshearer0 changed the title Chapter 7: Responsible AI - TF2.2 Chapter 7: Responsible AI Oct 10, 2020
@mshearer0
Copy link
Author

Will the 'Feature attributions with Explainable AI' example be added soon?

@mshearer0
Copy link
Author

Resolved with:

explainer = shap.DeepExplainer(model, x_train.values[:200].astype(‘float’))

shap_values = explainer.shap_values(x_test.values[:10].astype(‘float’))

@jimwill3
Copy link

getting access denied trying to copy gs://ml-design-patterns/auto-mpg.csv - chapter 7 explainability.ipynb

jim

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants