## ToDos - [ ] Add RPMixer - [ ] Support hyperparameter search. - [ ] Add PeMSD7(M) and PeMSD7(L). - [ ] Support lr scheduler `ReduceLROnPlateau`. (see #120 ) ## Done - [x] Add AMP (testing) - [x] Fix issue #90 . - [x] Add more visualization. - [x] Unify the data preprocssing script. - [x] How to **add new datasets**. - [x] How to **config the config file**. - [x] How to **inference and save the inference results**. - [x] How to **customize loss function**. - [x] Add DeepAR - [x] Add LightGBM - [x] Add NHiTS - [x] Add GRU - [x] Add STGODE - [x] Add SCINet - [x] Add STSGCN❌, STFGCN❌ (They are built on MXNet) - [x] Add TimesNet - [x] Add early stopping. - [x] Add M4 dataset
ToDos
ReduceLROnPlateau. (see 请问如何修改学习率衰减器 #120 )Done