跳至內容

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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。