-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add XAI SDK integration to TensorFlow models with LIT integration #917
feat: Add XAI SDK integration to TensorFlow models with LIT integration #917
Conversation
Add automatic addition of feature attribution for TensorFlow 2 models in the LIT integration on Vertex Notebooks. Detects for Vertex Notebooks by looking for the same enviornment variable to check for Vertex Notebooks as the LIT library does.
In the future, would it be possible to add the automatic addition of feature attribution for TensorFlow 2 models imported using |
Where is |
Code:
|
I think this is possible, but I don't know if we should do this automatically. We charge users for using explanations on uploaded models. I think having a parameter that sets up explanation metadata or having a function that utilizes the XAI SDK to create metadata would be better. Would those suffice? |
I have couple of questions:
|
|
Add automatic addition of feature attribution for TensorFlow 2 models in the LIT integration on Vertex Notebooks. Detects for Vertex Notebooks by looking for the same environment variable to check for Vertex Notebooks as the LIT library does.
Fixes b/210943910 🦕
go/local-explanations-lit-xai-notebook