跳至内容

API definition for ModelBiasMonitor and ModelExplainabilityMonitor

0

Where can I find the actual references to API definitions and descriptions for ModelBiasMonitor and ModelExplainabilityMonitor Classes?

I can a find a few mentions in the Amazon SageMaker documentation in the following links. https://sagemaker.readthedocs.io/en/stable/api/inference/model_monitor.html https://sagemaker-examples.readthedocs.io/en/latest/sagemaker_model_monitor/fairness_and_explainability/SageMaker-Model-Monitor-Fairness-and-Explainability.html

Where can I find the actual reference and the code implementation for these Classes?

AWS
已提问 5 年前337 查看次数
1 回答
0
已接受的回答

The actual reference to the classes can be found here: https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/model_monitor/clarify_model_monitoring.py
It encapsulates the definitions and descriptions for all of SageMaker Clarify related monitoring classes.

AWS
专家
已回答 5 年前

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

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