スキップしてコンテンツを表示

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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ