Topic 1 Question 91
An ML research team develops custom ML models. The model artifacts are shared with other teams for integration into products and services. The ML team retains the model training code and data. The ML team wants to build a mechanism that the ML team can use to audit models.
Which solution should the ML team use when publishing the custom ML models?
Create documents with the relevant information. Store the documents in Amazon S3.
Use AWS AI Service Cards for transparency and understanding models.
Create Amazon SageMaker Model Cards with intended uses and training and inference details.
Create model training scripts. Commit the model training scripts to a Git repository.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: C
Amazon SageMaker Model Cards: These provide a standardized way to document important information about ML models, including: Model purpose and intended use cases Training data and methodology Evaluation metrics and results Ethical considerations and limitations Bias analysis Version history This comprehensive documentation facilitates auditing by providing a clear record of how the model was developed, evaluated, and intended to be used. It also promotes transparency and accountability. B. Use AWS AI Service Cards for transparency and understanding models: AWS AI Service Cards are designed for pre-built AI services provided by AWS, not for custom ML models developed by a team. They are not applicable for this use case.
👍 2Moon2025/01/02 - 正解だと思う選択肢: C
The correct answer is:
C. Create Amazon SageMaker Model Cards with intended uses and training and inference details.
Explanation: Amazon SageMaker Model Cards provide a standardized and centralized way to document key details about a machine learning model. This includes intended use, training and inference details, performance metrics, and ethical considerations. These cards enable the ML team to maintain transparency, track audit details, and share relevant information with other teams when publishing models.
👍 1aws_Tamilan2024/12/27 - 正解だと思う選択肢: C
The correct answer is C. SageMaker Model Cards are designed specifically for documenting model details and usage.
👍 1may2021_r2024/12/28
シャッフルモード