Hands-On Mini Lab
ML Model Card Review Lab
Design-only lab is free. Creating SageMaker resources can create charges.
Goal
Reinforce Model documentation, Evaluation, Bias review, Approval workflow through a small, inspectable activity.
Concepts Reinforced
- Model documentation
- Evaluation
- Bias review
- Approval workflow
Prerequisites
- A hypothetical or existing model scenario
Estimated Cost
Exact Steps
- Write intended use, forbidden use, training data source, evaluation metric, and risk statement.
- Add known limitations and monitoring expectations.
- Define who can approve production deployment.
- List which artifacts must be retained for audit.
{
"intendedUse": "Prioritize support tickets for review",
"notFor": "Automated denial of customer service",
"primaryMetric": "macroF1",
"reviewRequiredBeforeProduction": true
}Verification
- The model card explains what the model should not be used for.
- Metrics match the business risk.
- Approval is separated from model authoring.
Cleanup Steps
- No cleanup for design-only path. Delete any temporary SageMaker artifacts if created.
Sources and Review Metadata
This independent training application is not affiliated with or endorsed by Amazon Web Services. AWS, Amazon Web Services, and AWS certification names are trademarks of Amazon.com, Inc. or its affiliates.