Reputation: 11
I am trying to use the latest SageMaker Python SDK (v2.23.0) to implement a SageMaker pipeline that includes a hyperparameter tuning job. However I didn't see anything in module sagemaker.workflow.steps or sagemaker.workflow.step_collections that I can use. There is a TrainingStep class but it's not for HPO.
Is this not supported at this time?
Upvotes: 1
Views: 1160
Reputation: 537
SageMaker Pipelines now supports a TuningStep to integrate Hyperparameter Tuning jobs in a Pipeline.
This example notebook shows how you can do this.
Source: AWS Employee
Upvotes: 1