aws-step-functions-data-science-sdk-python
aws-step-functions-data-science-sdk-python copied to clipboard
Hyperparameter are not getting picked up during `execute` in `stepfunctions.template.pipeline.train.TrainingPipeline`
trafficstars
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)