You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feature: support tuning step parameter range parameterization + support retry strategy in tuner (#2551)
* add helper function to generate no-op (data ingestion only) recipe
* separate flow generation by source input type + move generation helpers to sagemaker.wrangler.ingestion
* create an internal helper function to generate output node
* add ingestion test using dw processor via pipeline execution
* verify the fg query df
* fix tests
* add tuning step support
* fix docstyle check
* add helper function to get tuning step top performing model s3 uri
* allow step depends on pass in step instance
* resolve merge conflict
* support passing step object to tuning step depends on list
* fix test_workflow_with_clarify
* add tuning step to docs
* allow step instance in depends on list for repack and reigster model step
* add tuning step get_top_model_s3_uri to doc
* remove extra new line
* add callback step to doc
* switch order in doc
* fix formatting
* support parameterize tuning job parameter ranges
Co-authored-by: Ahsan Khan <[email protected]>
Co-authored-by: apogupta2018 <[email protected]>
0 commit comments