mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-13 10:58:06 +00:00
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:
co-authored by
Daniel Szemerey
parent
a59e705f02
commit
797791d2f4
+6
-6
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user