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,54.97,52.93,54.8,53.29
2017-10-03,53.54,51.34,53.29,52.15
2017-10-04,52.98,50.53,52.15,51.22
2017-10-05,51.87,50.17,51.22,51.64
2017-10-06,52.75,51.34,51.64,52.08
2017-10-07,52.9,51.61,52.08,52.57
2017-10-08,54.79,52.32,52.57,53.3
2017-10-09,53.44,48.12,53.3,50.08
@@ -1499,4 +1494,9 @@ time,high,low,open,close
2021-11-07,202.25,197.24,197.79,202.13
2021-11-08,229.64,202.13,202.13,228.91
2021-11-09,274.51,226.81,228.91,262.1
2021-11-10,294.32,254.43,262.1,281.63
2021-11-10,296.85,252.37,262.1,260.38
2021-11-11,274.08,250.9,260.38,262.5
2021-11-12,282.63,244.16,262.5,251.24
2021-11-13,264.0,245.49,251.24,257.84
2021-11-14,279.5,248.61,257.84,279.22
2021-11-15,281.36,261.33,279.22,262.98
1 time high low open close
2017-10-02 54.97 52.93 54.8 53.29
2017-10-03 53.54 51.34 53.29 52.15
2017-10-04 52.98 50.53 52.15 51.22
2017-10-05 51.87 50.17 51.22 51.64
2017-10-06 52.75 51.34 51.64 52.08
2 2017-10-07 52.9 51.61 52.08 52.57
3 2017-10-08 54.79 52.32 52.57 53.3
4 2017-10-09 53.44 48.12 53.3 50.08
1494 2021-11-07 202.25 197.24 197.79 202.13
1495 2021-11-08 229.64 202.13 202.13 228.91
1496 2021-11-09 274.51 226.81 228.91 262.1
1497 2021-11-10 294.32 296.85 254.43 252.37 262.1 281.63 260.38
1498 2021-11-11 274.08 250.9 260.38 262.5
1499 2021-11-12 282.63 244.16 262.5 251.24
1500 2021-11-13 264.0 245.49 251.24 257.84
1501 2021-11-14 279.5 248.61 257.84 279.22
1502 2021-11-15 281.36 261.33 279.22 262.98