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
+6 -6
View File
@@ -1,9 +1,4 @@
time,high,low,open,close
2017-10-02,4477.38,4364.67,4403.09,4401.32
2017-10-03,4435.99,4230.73,4401.32,4314.18
2017-10-04,4355.29,4183.57,4314.18,4218.66
2017-10-05,4365.76,4143.35,4218.66,4321.44
2017-10-06,4422.15,4296.93,4321.44,4371.94
2017-10-07,4472.92,4319.48,4371.94,4435.81
2017-10-08,4622.87,4419.36,4435.81,4611.7
2017-10-09,4875.38,4556.15,4611.7,4777.49
@@ -1499,4 +1494,9 @@ time,high,low,open,close
2021-11-07,63309.57,61406.56,61529.76,63302.78
2021-11-08,67755.46,63302.78,63302.78,67549.14
2021-11-09,68514.26,66312.42,67549.14,66939.24
2021-11-10,67378.35,66254.94,66939.24,66432.45
2021-11-10,68978.64,63196.25,66939.24,64926.06
2021-11-11,65585.68,64130.37,64926.06,64820.8
2021-11-12,65466.0,62315.02,64820.8,64156.3
2021-11-13,64967.34,63406.98,64156.3,64409.56
2021-11-14,65509.06,63616.33,64409.56,65509.06
2021-11-15,66335.42,63651.94,65509.06,64013.74
1 time high low open close
2017-10-02 4477.38 4364.67 4403.09 4401.32
2017-10-03 4435.99 4230.73 4401.32 4314.18
2017-10-04 4355.29 4183.57 4314.18 4218.66
2017-10-05 4365.76 4143.35 4218.66 4321.44
2017-10-06 4422.15 4296.93 4321.44 4371.94
2 2017-10-07 4472.92 4319.48 4371.94 4435.81
3 2017-10-08 4622.87 4419.36 4435.81 4611.7
4 2017-10-09 4875.38 4556.15 4611.7 4777.49
1494 2021-11-07 63309.57 61406.56 61529.76 63302.78
1495 2021-11-08 67755.46 63302.78 63302.78 67549.14
1496 2021-11-09 68514.26 66312.42 67549.14 66939.24
1497 2021-11-10 67378.35 68978.64 66254.94 63196.25 66939.24 66432.45 64926.06
1498 2021-11-11 65585.68 64130.37 64926.06 64820.8
1499 2021-11-12 65466.0 62315.02 64820.8 64156.3
1500 2021-11-13 64967.34 63406.98 64156.3 64409.56
1501 2021-11-14 65509.06 63616.33 64409.56 65509.06
1502 2021-11-15 66335.42 63651.94 65509.06 64013.74