Commit Graph

9 Commits

Author SHA1 Message Date
Kashif Rasul c5fac32bb2 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
2020-04-17 17:13:44 +02:00
Dr. Kashif Rasul cb012405bf optimized the imports 2020-03-30 13:01:08 +02:00
Vahe Hakobyan 1b123ef152 Model serialization (#6)
* wip: serialization ran successfully

* wip: deserialization ran successfully
2020-03-12 11:32:46 +01:00
Dr. Kashif Rasul 8c3bc77757 instance splitter fix 2019-12-20 12:16:44 +01:00
Dr. Kashif Rasul bb701476f2 batch_first 2019-12-19 21:34:17 +01:00
Dr. Kashif Rasul e7651a510a batch_first 2019-12-19 21:31:34 +01:00
Dr. Kashif Rasul 1f7f0556a3 fixed some types 2019-12-19 21:25:12 +01:00
Kashif Rasul ddeca6793a formatting 2019-12-14 16:14:02 +01:00
Kashif Rasul d8e9878218 moved transforms to their own module 2019-12-14 10:34:38 +01:00