mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-13 02:48:07 +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,2.004,1.478,1.522,1.973
|
||||
2017-10-03,1.995,1.685,1.973,1.837
|
||||
2017-10-04,1.849,1.503,1.837,1.622
|
||||
2017-10-05,1.743,1.443,1.622,1.674
|
||||
2017-10-06,1.801,1.556,1.674,1.556
|
||||
2017-10-07,1.633,1.504,1.556,1.566
|
||||
2017-10-08,1.609,1.216,1.566,1.216
|
||||
2017-10-09,147.52,1.167,1.216,1.427
|
||||
@@ -1499,4 +1494,9 @@ time,high,low,open,close
|
||||
2021-11-07,669.67,631.19,637.58,649.78
|
||||
2021-11-08,693.73,645.5,650.12,653.81
|
||||
2021-11-09,656.98,632.25,654.05,635.14
|
||||
2021-11-10,655.44,624.16,635.14,651.36
|
||||
2021-11-10,662.89,575.33,635.14,614.68
|
||||
2021-11-11,635.32,605.99,614.68,628.89
|
||||
2021-11-12,634.58,603.67,628.89,627.0
|
||||
2021-11-13,655.11,620.04,627.0,649.81
|
||||
2021-11-14,660.66,635.16,649.81,650.98
|
||||
2021-11-15,659.86,632.59,650.98,634.86
|
||||
|
||||
|
Reference in New Issue
Block a user