ModelExplainabilityCheckConfig | R Documentation |
Model Explainability Check Config
Model Explainability Check Config
sagemaker.workflow::ClarifyCheckConfig
-> ModelExplainabilityCheckConfig
model_config
Config of the model and its endpoint to be created
explainability_config
Config of the specific explainability method
model_scores
Index or JSONPath location in the model output
new()
Initialize ModelExplainabilityCheckConfig class
ModelExplainabilityCheckConfig$new( model_config, explainability_config, model_scores = NULL, ... )
model_config
(ModelConfig): Config of the model and its endpoint to be created.
explainability_config
(SHAPConfig): Config of the specific explainability method. Currently, only SHAP is supported.
model_scores
(str or int or ModelPredictedLabelConfig): Index or JSONPath location in the model output for the predicted scores to be explained (default: None). This is not required if the model output is a single score. Alternatively, an instance of ModelPredictedLabelConfig can be provided but this field CANNOT be any of PipelineNonPrimitiveInputTypes.
...
: Parameters from ClarifyCheckConfig
clone()
The objects of this class are cloneable with this method.
ModelExplainabilityCheckConfig$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.