awslabs/gluonts

GluonTSFramework Hyper Parameter Optimization Support

开放

#617 创建于 2020年2月11日

 (0 条评论) (4 个反应) (0 位负责人)Python (753 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (3,888 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南