mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-15 03:48:09 +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,153.36,153.8,153.06,149.226193273,20150762.0
|
||||
2017-11-13,153.12,154.0693,153.1,149.410686875,12468169.0
|
||||
2017-11-14,153.31,153.5,152.57,148.866916259,25050308.0
|
||||
@@ -1005,3 +1005,6 @@
|
||||
2021-11-05,400.04,400.99,397.16,398.6,43383802.0
|
||||
2021-11-08,398.57,399.62,397.4,398.06,29256270.0
|
||||
2021-11-09,399.16,399.57,393.92,395.32,50119363.0
|
||||
2021-11-10,392.47,395.36,387.53,389.51,54937385.0
|
||||
2021-11-11,392.57,392.75,390.24,390.59,32242983.0
|
||||
2021-11-12,391.77,395.25,390.13,394.7,32532903.0
|
||||
|
||||
|
Reference in New Issue
Block a user