Skip to content

Releases: SalesforceAIResearch/uni2ts

1.1.0

14 Jun 10:19
adf7206
Compare
Choose a tag to compare

New features

Add hparams context manager, allowing for adjusting hparams of MoiraiForecast without reloading the model (#20) by @gorold
Update MoiraiModule to subclass PyTorchModelHubMixin, enabling download stats tracking (#39) by @gorold

Fixes

Fix bug in MultiOutSizeLinear which masked certain outputs, impacting predictions of patch size 8 and 16 in the current pre-trained model (#46) by @gorold
Fix the handling of offset for long dataframes (#48) by @gorold
Fix mask_length argument for MoiraiFinetune (#49) by @gorold

Other Changes

Updated cli.eval script to be more similar with training script (#4) by @gorold
Added a Project Page for Moirai-1.0-R with instructions to reproduce paper results (#17) by @gorold
Update example notebooks with instructions for forecasting with exogenous variables (#35) by @chenghaoliu89