initial lstnet multivariate point forecasting model (#9)

* initial lstnet

* lstnet network

* fixed forward

* fix splitter

* fix prediction

* rename argument to what it is i.e. time_first

* fixed scaling and some default values

* scaler can now take time_first=False tensors
This commit is contained in:
Kashif Rasul
2020-04-17 17:13:44 +02:00
committed by GitHub Enterprise
parent 2d8f6d31f0
commit c5fac32bb2
6 changed files with 367 additions and 20 deletions
+1 -1
View File
@@ -363,7 +363,7 @@ def test_multi_dim_transformation(is_train):
past_length=train_length,
future_length=pred_length,
time_series_fields=["dynamic_feat", "observed_values"],
batch_first=False,
time_first=False,
),
]
)