Skip to content

Enhancement: TrainingStep hyperparameters updating the estimator ones #99

Closed
@lucaboulard

Description

@lucaboulard

Currently if a dict is passed to the hyperparameters param in TrainingStep constructor, this dict replaces the estimator one.
This way, not only all hyperparameters passed to the estimator constructor are removed, but the reserved ones (sagemaker_* ) are too.
So currently, in order to use hyperparameters in TrainingStep, you have to figure out which reserved hyperparams are required for the job to work and provide them explicitely.
It would be useful for the hyperparams passed to TrainingStep to update, rather than replace, the estimator hyperpars' dict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions