Skip to content

Commit 482e897

Browse files
authored
Merge pull request #235 from jdb78/feature/autoregressive-helpers
LSTM and GRU with zero-length sequences
2 parents 8778e23 + 757e0b5 commit 482e897

File tree

10 files changed

+773
-823
lines changed

10 files changed

+773
-823
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Adding support for multiple targets in the TimeSeriesDataSet (#199) and amended tutorials.
88
- Temporal fusion transformer and DeepAR with support for multiple tagets (#199)
99
- Check for non-finite values in TimeSeriesDataSet and better validate scaler argument (#220)
10+
- LSTM and GRU implementations that can handle zero-length sequences (#235)
1011

1112
### Changed
1213

@@ -26,6 +27,7 @@
2627
- jdb78
2728
- JustinNeumann
2829
- reumar
30+
- rustyconover
2931

3032
## v0.7.1 Tutorial on how to implement a new architecture (07/12/2020)
3133

0 commit comments

Comments
 (0)