aws / aws/sagemaker-python-sdk
How to set hyperparameters for warm start jobs created from helper methods?
Open
type: documentation
type: feature request
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 35
Description
**What did you find confusing? Please describe.**
I'm using:
```
IDENTICAL_TUNER = PARENT_TUNER.identical_dataset_and_algorithm_tuner(
additional_parents = ADDITIONAL_PARENT_TUNING_JOB_NAMES
)
```
But cloud not find a way to set `hyperparameter_ranges` for the auto-created tuner. Could not find it in the docs nor in the code.
**Describe how documentation can be improved**
How should I warm start a tuning job with a new set of hyperparameter ranges?
**Additional context**
Add any other context or screenshots about the documentation request here.
Contributor guide
Assessment
This issue has not been assessed yet.