awslabs/gluonts

GluonTSFramework Hyper Parameter Optimization Support

Open

#617 geöffnet am 11. Feb. 2020

Auf GitHub ansehen
 (0 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Python (753 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (3.888 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Description

Implement Hyper Parameter Optimisation (HPO) Support in GluonTSFramework. There are already multiple comments in the code of how to go about it:

# HPO implementation sketch:
#    > Example HPO of model: MODEL_HPM:Trainer:batch_size:64
#    > Now construct nested dict from MODEL_HPM hyperparameters
#    > Load the serialized model as a dict
#    > Update the model dict with the nested dict from the MODEL_HPMs
#      with dict.update(...)
#    > Write this new dict back to a s3 as a .json file like before

This is important to support:

References

Contributor Guide