Skip to content

Conversation

@jameswex
Copy link
Contributor

@jameswex jameswex commented Jun 5, 2019

  • Motivation for features / changes

Working towards visualizing attributions if they are returned from Cloud AI models along with predictions.

  • Technical description of changes

Allow optional setting of signature_name to pass to Cloud AI model for prediction. Previously we only allowed using the default serving signature, but we should support this parameter as well.

For models that take lists of feature values and feature name maps, correctly map attributions to those feature names so they can be displayed correctly by WIT.

When attributions contain a list of attribution objects, for now WIT only displays the first set of attributions, meaning for the top class returned. In later PRs we will enhance this logic.

  • Screenshots of UI changes

wit-attribs

  • Detailed steps to verify changes work correctly (as executed by you)

Test locally-built pip package with multiple cloud models that return attributions and ensure that attributions are correctly shown by WIT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant