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,54.97,52.93,54.8,53.29
|
||||
2017-10-03,53.54,51.34,53.29,52.15
|
||||
2017-10-04,52.98,50.53,52.15,51.22
|
||||
2017-10-05,51.87,50.17,51.22,51.64
|
||||
2017-10-06,52.75,51.34,51.64,52.08
|
||||
2017-10-07,52.9,51.61,52.08,52.57
|
||||
2017-10-08,54.79,52.32,52.57,53.3
|
||||
2017-10-09,53.44,48.12,53.3,50.08
|
||||
@@ -1499,4 +1494,9 @@ time,high,low,open,close
|
||||
2021-11-07,202.25,197.24,197.79,202.13
|
||||
2021-11-08,229.64,202.13,202.13,228.91
|
||||
2021-11-09,274.51,226.81,228.91,262.1
|
||||
2021-11-10,294.32,254.43,262.1,281.63
|
||||
2021-11-10,296.85,252.37,262.1,260.38
|
||||
2021-11-11,274.08,250.9,260.38,262.5
|
||||
2021-11-12,282.63,244.16,262.5,251.24
|
||||
2021-11-13,264.0,245.49,251.24,257.84
|
||||
2021-11-14,279.5,248.61,257.84,279.22
|
||||
2021-11-15,281.36,261.33,279.22,262.98
|
||||
|
||||
|
Reference in New Issue
Block a user