-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
component: trainingRelates to the SageMaker Training PlatformRelates to the SageMaker Training Platformcontributions welcometype: feature request
Description
Describe the feature you'd like
currently, HyperparameterTuner only support one estimator, and this translates to a single TrainingJobDefinition when constructing the CreateHyperParameterTuningJobRequest. However, the CreateHyperParameterTuningJobRequest accepts TrainingJobDefinition[s] to run HPO job in multi-algo mode.
How would this feature be used? Please describe.
This is supported in create API, so would be useful to support in python SDK level.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
component: trainingRelates to the SageMaker Training PlatformRelates to the SageMaker Training Platformcontributions welcometype: feature request