SageMaker Clarify Online Explainability Not Supported for Multi-Container Endpoints from Canvas HPO Models #4681
Unanswered
xiaohui-hiwintech
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I trained a binary classification model using SageMaker Canvas HPO (Hyperparameter Optimization).
The model generated by HPO is deployed as a multi-container model (3 containers).
I would like to redeploy this model as a SageMaker endpoint with online explainability enabled via SageMaker Clarify (SHAP). However, when creating the endpoint configuration with
ExplainerConfig, I encounter the following error:Code Snippet
Question
Does this limitation mean that models produced by SageMaker Canvas HPO (which are deployed as multi-container models) cannot use SageMaker Clarify online explainability to generate SHAP values?
I couldn’t find any explicit mention of this restriction in the official documentation. What I found is: The SageMaker Clarify explainer is model agnostic.

Beta Was this translation helpful? Give feedback.
All reactions