Saltar al contenido

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
preguntada hace 5 años337 visualizaciones
1 Respuesta
0
Respuesta aceptada

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
EXPERTO
respondido hace 5 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.