What does datatype_check_threshold mean in SageMaker model monitoring?

0

According to the docs:

If the threshold is above the value of the specified datatype_check_threshold, this causes a failure that is treated as a violation in the violation report. If the data types in the current execution are not the same as in the baseline dataset, this threshold is used to evaluate if it needs to be flagged as a violation.... Default value is 0.1

So if datatype_check_threshold=0.1 and there is more than 10% data type is matching to requirement (corret data type), then there is no violation? Is that correct?

Thank you

hai
已提问 1 年前221 查看次数
1 回答
0

datatype_check_threshold set's the tolerance level of data type validation. So if value is set datatype_check_threshold=0.1, it means it will not be triggering a violation if 10% or less data is not matching the requirement. If the percentage of input data that does not match the expected data exceed threshold i.e. 10% in our case, an error is raised indicating a data type mismatch. https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-byoc-constraints.html

AWS
sqavi
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则