aws / aws/aws-step-functions-data-science-sdk-python
Hyperparameter are not getting picked up during `execute` in `stepfunctions.template.pipeline.train.TrainingPipeline`
Open
- Dominant language
- Python
- Stars
- 299
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
The hyperparameter set through `stepfunctions.template.pipeline.train.TrainingPipeline.execute(job_name=None, hyperparameters=None)` are not picked up during execution for DeepAR. Instead hyperparameters need to be set using `estimator.set_hyperparameters(**hyperparameters)` before `estimator` is passed as argument while instantiating ` stepfunctions.template.pipeline.train.TrainingPipeline(estimator, role, inputs, s3_bucket)`
Contributor guide
Assessment
This issue has not been assessed yet.