ExplainabilityAnalysisConfig | R Documentation |
Analysis configuration for ModelExplainabilityMonitor.
analysis_config
Analysis config dictionary
new()
Creates an analysis config dictionary.
ExplainabilityAnalysisConfig$new( explainability_config, model_config, headers = NULL )
explainability_config
(sagemaker.clarify.ExplainabilityConfig): Config object related to explainability configurations.
model_config
(sagemaker.clarify.ModelConfig): Config object related to bias configurations.
headers
(list[str]): A list of feature names (without label) of model/endpint input.
to_list()
Generates a request dictionary using the parameters provided to the class.
ExplainabilityAnalysisConfig$to_list()
format()
format class
ExplainabilityAnalysisConfig$format()
clone()
The objects of this class are cloneable with this method.
ExplainabilityAnalysisConfig$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.