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,0.2092,0.2001,0.2083,0.2031
2017-10-03,0.2062,0.198,0.2031,0.2033
2017-10-04,0.217,0.2012,0.2033,0.2135
2017-10-05,0.2442,0.2134,0.2135,0.238
2017-10-06,0.2444,0.2332,0.238,0.2334
2017-10-07,0.2411,0.2324,0.2334,0.2397
2017-10-08,0.2811,0.2385,0.2397,0.2799
2017-10-09,0.2802,0.234,0.2799,0.2501
@@ -1499,4 +1494,9 @@ time,high,low,open,close
2021-11-07,1.237,1.147,1.152,1.22
2021-11-08,1.295,1.22,1.22,1.283
2021-11-09,1.288,1.226,1.283,1.257
2021-11-10,1.301,1.221,1.257,1.291
2021-11-10,1.348,1.126,1.257,1.192
2021-11-11,1.253,1.178,1.192,1.215
2021-11-12,1.233,1.156,1.215,1.189
2021-11-13,1.203,1.168,1.189,1.189
2021-11-14,1.199,1.169,1.189,1.188
2021-11-15,1.22,1.174,1.188,1.179
1 time high low open close
2017-10-02 0.2092 0.2001 0.2083 0.2031
2017-10-03 0.2062 0.198 0.2031 0.2033
2017-10-04 0.217 0.2012 0.2033 0.2135
2017-10-05 0.2442 0.2134 0.2135 0.238
2017-10-06 0.2444 0.2332 0.238 0.2334
2 2017-10-07 0.2411 0.2324 0.2334 0.2397
3 2017-10-08 0.2811 0.2385 0.2397 0.2799
4 2017-10-09 0.2802 0.234 0.2799 0.2501
1494 2021-11-07 1.237 1.147 1.152 1.22
1495 2021-11-08 1.295 1.22 1.22 1.283
1496 2021-11-09 1.288 1.226 1.283 1.257
1497 2021-11-10 1.301 1.348 1.221 1.126 1.257 1.291 1.192
1498 2021-11-11 1.253 1.178 1.192 1.215
1499 2021-11-12 1.233 1.156 1.215 1.189
1500 2021-11-13 1.203 1.168 1.189 1.189
1501 2021-11-14 1.199 1.169 1.189 1.188
1502 2021-11-15 1.22 1.174 1.188 1.179