Skip to content

Commit f4c778d

Browse files
authored
Merge pull request #236 from jdb78/feature/autoregressive-helpers
Add helpers for auto-regressive models
2 parents 482e897 + 8cf400f commit f4c778d

File tree

6 files changed

+967
-629
lines changed

6 files changed

+967
-629
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Changelog
22

3-
## v0.8.0 Unreleased
3+
## v0.8.0 Adding multi-target support (03/01/2020)
44

55
### Added
66

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)
1010
- LSTM and GRU implementations that can handle zero-length sequences (#235)
11+
- Helpers for implementing auto-regressive models (#236)
1112

1213
### Changed
1314

0 commit comments

Comments
 (0)