You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Adding support for multiple targets in the TimeSeriesDataSet (#199) and amended tutorials.
Temporal fusion transformer and DeepAR with support for multiple tagets (#199)
Check for non-finite values in TimeSeriesDataSet and better validate scaler argument (#220)
LSTM and GRU implementations that can handle zero-length sequences (#235)
Helpers for implementing auto-regressive models (#236)
Changed
TimeSeriesDataSet's y of the dataloader is a tuple of (target(s), weight) - potentially breaking for model or metrics implementation
Most implementations will not be affected as hooks in BaseModel and MultiHorizonMetric were modified.