ModelBiasCheckConfig | R Documentation |
Model Bias Check Config
Model Bias Check Config
sagemaker.workflow::ClarifyCheckConfig
-> ModelBiasCheckConfig
data_bias_config
Config of sensitive groups
model_config
Config of the model and its endpoint to be created
model_predicted_label_config
Config of how to extract the predicted label from the model output
methods
Selector of a subset of potential metrics
new()
Initialize DataBiasCheckConfig class
ModelBiasCheckConfig$new( data_bias_config, model_config, model_predicted_label_config, methods = "all", ... )
data_bias_config
(BiasConfig): Config of sensitive groups.
model_config
(ModelConfig): Config of the model and its endpoint to be created.
model_predicted_label_config
(ModelPredictedLabelConfig): Config of how to extract the predicted label from the model output.
methods
(str or list[str]): Selector of a subset of potential metrics:
"DPPL"https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-dppl.html,
"DI" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-di.html,
"DCA" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-dca.html,
"DCR" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-dcr.html,
"RD" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-rd.html,
"DAR" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-dar.html,
"DRR" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-drr.html,
"AD" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-ad.html,
"CDDPL" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-cddpl.html,
"TE" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-te.html,
"FT" https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-post-training-bias-metric-ft.html
Defaults to computing all. This field CANNOT be any of PipelineNonPrimitiveInputTypes.
...
: Parameters from ClarifyCheckConfig
clone()
The objects of this class are cloneable with this method.
ModelBiasCheckConfig$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.