amazon-sagemaker-ab-testing-pipeline
amazon-sagemaker-ab-testing-pipeline copied to clipboard
enhancement: Associate experiment with SageMaker project, and tuning training jobs
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 of project_name
Create two trials under an experiment
- Pipeline with single training job
- Tuning Job that associates all training jobs.