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
+4
-1
@@ -1,4 +1,4 @@
|
||||
,open,high,low,close,volume
|
||||
time,open,high,low,close,volume
|
||||
2017-11-10,124.71,124.84,123.96,114.337577745,11980950.0
|
||||
2017-11-13,124.8,124.81,124.31,114.577124645,5880784.0
|
||||
2017-11-14,124.77,125.24,124.77,115.351045397,6195891.0
|
||||
@@ -1005,3 +1005,6 @@
|
||||
2021-11-05,148.52,149.58,148.13,149.3,21513029.0
|
||||
2021-11-08,148.96,149.28,148.51,149.02,12083905.0
|
||||
2021-11-09,150.8,151.767,150.64,150.96,23086406.0
|
||||
2021-11-10,150.83,150.93,147.03,148.2,28170644.0
|
||||
2021-11-11,148.508,148.655,147.89,147.98,5552818.0
|
||||
2021-11-12,148.0,148.51,146.76,147.33,12609431.0
|
||||
|
||||
|
Reference in New Issue
Block a user