amazon-sagemaker-ab-testing-pipeline icon indicating copy to clipboard operation
amazon-sagemaker-ab-testing-pipeline copied to clipboard

Amazon SageMaker MLOps deployment pipeline for A/B Testing of machine learning models.

Results 4 amazon-sagemaker-ab-testing-pipeline issues
Sort by recently updated
recently updated
newest added

One issue architecture in [19:28](https://www.youtube.com/watch?v=5WysxAYDH1k&t=1168s): You make a fair observation. Based on the architecture diagram shown, it does not seem to depict the utilization of AWS's multi-variant model deployment capabilities...

Hi there! I've been trying to deploy the project, following the README.md. When running `cdk deploy` i'm having an error > Do you wish to deploy these changes (y/n)? y...

Move the code to create the sagemaker experiment after loading the project, so the experiment can be associated with the project. Create an experiment name of `project_id`, with display name...

Move the logic to create the mode package groups into the AWS CodeBuild job instead of the SageMaker notebook.