Skip to content
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

fix: Fix create_lit_model_from_endpoint not accepting models that don't return a dictionary. #1020

Merged
merged 13 commits into from
Mar 2, 2022

Conversation

taiseiak
Copy link
Contributor

Some models, like Keras squential models, don't return a dictionary for their prediction. We need to support these models as it is commonly used.

Fixes b/220167889

taiseiak and others added 12 commits December 16, 2021 17:38
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.
Add the ability to open LIT with a deployed model. Has support for explainability, if the model has it enabled.
…'t return a dictionary.

Some models, like Keras squential models, don't return a dictionary for their prediction. We need to support these models as it is commonly used.
@sasha-gitg sasha-gitg self-requested a review March 2, 2022 17:33
@sasha-gitg sasha-gitg added the automerge Merge the pull request once unit tests and other checks pass. label Mar 2, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit b9a057d into googleapis:main Mar 2, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants