mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-13 19:08: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
+4
-1
@@ -1,4 +1,4 @@
|
||||
,open,high,low,close,volume
|
||||
time,open,high,low,close,volume
|
||||
2017-11-10,106.0,106.0307,105.79,99.2266847614,1861954.0
|
||||
2017-11-13,105.91,105.96,105.77,99.1798045361,868580.0
|
||||
2017-11-14,105.81,106.0,105.79,99.3204452119,1629226.0
|
||||
@@ -1005,3 +1005,6 @@
|
||||
2021-11-05,115.335,115.81,115.22,115.71,12955126.0
|
||||
2021-11-08,115.52,115.52,115.16,115.21,7404312.0
|
||||
2021-11-09,115.695,115.98,115.65,115.74,12276897.0
|
||||
2021-11-10,115.54,115.57,114.54,114.75,19425106.0
|
||||
2021-11-11,114.75,114.8,114.38,114.38,3746050.0
|
||||
2021-11-12,114.8,114.94,114.52,114.62,10443929.0
|
||||
|
||||
|
Reference in New Issue
Block a user