feat(Forecasting): pytorch-forecasting scaffolding is now working, added narrow data format, fixed missing time column index name (#5)

* feat: Started implementing pytorch-forecasting.

* feat(Forecasting): pytorch-forecasting scaffolding is now working, added narrow data format, fixed missing `time` column index name

Co-authored-by: Daniel Szemerey <szemy2@gmail.com>
This commit is contained in:
Mark Aron Szulyovszky
2021-11-16 10:00:26 +01:00
committed by GitHub
co-authored by Daniel Szemerey
parent a59e705f02
commit 797791d2f4
22 changed files with 788 additions and 523 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
,open,high,low,close,volume
time,open,high,low,close,volume
2017-11-10,124.71,124.84,123.96,114.337577745,11980950.0
2017-11-13,124.8,124.81,124.31,114.577124645,5880784.0
2017-11-14,124.77,125.24,124.77,115.351045397,6195891.0
@@ -1005,3 +1005,6 @@
2021-11-05,148.52,149.58,148.13,149.3,21513029.0
2021-11-08,148.96,149.28,148.51,149.02,12083905.0
2021-11-09,150.8,151.767,150.64,150.96,23086406.0
2021-11-10,150.83,150.93,147.03,148.2,28170644.0
2021-11-11,148.508,148.655,147.89,147.98,5552818.0
2021-11-12,148.0,148.51,146.76,147.33,12609431.0
1 time open high low close volume
2 2017-11-10 124.71 124.84 123.96 114.337577745 11980950.0
3 2017-11-13 124.8 124.81 124.31 114.577124645 5880784.0
4 2017-11-14 124.77 125.24 124.77 115.351045397 6195891.0
1005 2021-11-05 148.52 149.58 148.13 149.3 21513029.0
1006 2021-11-08 148.96 149.28 148.51 149.02 12083905.0
1007 2021-11-09 150.8 151.767 150.64 150.96 23086406.0
1008 2021-11-10 150.83 150.93 147.03 148.2 28170644.0
1009 2021-11-11 148.508 148.655 147.89 147.98 5552818.0
1010 2021-11-12 148.0 148.51 146.76 147.33 12609431.0