mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 04:18:07 +00:00
feat(WalkForward): added regression/classification switch, archived old experiments, wrapped the process into run_whole_pipeline() (#10)
* refactor(WalkForward): cleaned up training & evaluation code * refactor: added run_whole_pipeline(), moved all previous models to archive
This commit is contained in:
+27
-27
@@ -1,30 +1,4 @@
|
||||
time,high,low,open,close
|
||||
2017-10-09,0.0,0.0,0.0,0.0
|
||||
2017-10-10,0.0,0.0,0.0,0.0
|
||||
2017-10-11,0.0,0.0,0.0,0.0
|
||||
2017-10-12,0.0,0.0,0.0,0.0
|
||||
2017-10-13,0.0,0.0,0.0,0.0
|
||||
2017-10-14,0.0,0.0,0.0,0.0
|
||||
2017-10-15,0.0,0.0,0.0,0.0
|
||||
2017-10-16,0.0,0.0,0.0,0.0
|
||||
2017-10-17,0.0,0.0,0.0,0.0
|
||||
2017-10-18,0.0,0.0,0.0,0.0
|
||||
2017-10-19,0.0,0.0,0.0,0.0
|
||||
2017-10-20,0.0,0.0,0.0,0.0
|
||||
2017-10-21,0.0,0.0,0.0,0.0
|
||||
2017-10-22,0.0,0.0,0.0,0.0
|
||||
2017-10-23,0.0,0.0,0.0,0.0
|
||||
2017-10-24,0.0,0.0,0.0,0.0
|
||||
2017-10-25,0.0,0.0,0.0,0.0
|
||||
2017-10-26,0.0,0.0,0.0,0.0
|
||||
2017-10-27,0.0,0.0,0.0,0.0
|
||||
2017-10-28,0.0,0.0,0.0,0.0
|
||||
2017-10-29,0.0,0.0,0.0,0.0
|
||||
2017-10-30,0.0,0.0,0.0,0.0
|
||||
2017-10-31,0.0,0.0,0.0,0.0
|
||||
2017-11-01,0.0,0.0,0.0,0.0
|
||||
2017-11-02,0.0,0.0,0.0,0.0
|
||||
2017-11-03,0.0,0.0,0.0,0.0
|
||||
2017-11-04,0.0,0.0,0.0,0.0
|
||||
2017-11-05,0.0,0.0,0.0,0.0
|
||||
2017-11-06,0.0,0.0,0.0,0.0
|
||||
@@ -1499,4 +1473,30 @@ time,high,low,open,close
|
||||
2021-11-14,14.5,13.96,13.8,14.02
|
||||
2021-11-15,14.23,13.89,14.02,14.16
|
||||
2021-11-16,15.03,14.0,14.16,14.42
|
||||
2021-11-17,14.66,13.69,14.42,13.88
|
||||
2021-11-17,13.88,13.31,14.42,13.53
|
||||
2021-11-18,14.15,13.3,13.53,13.63
|
||||
2021-11-19,14.3,13.11,13.63,14.1
|
||||
2021-11-20,14.36,14.07,14.1,14.36
|
||||
2021-11-21,14.17,13.8,14.36,13.92
|
||||
2021-11-22,14.36,14.01,13.92,14.17
|
||||
2021-11-23,14.82,13.99,14.17,14.5
|
||||
2021-11-24,15.62,15.23,14.5,15.41
|
||||
2021-11-25,16.52,15.36,15.41,16.2
|
||||
2021-11-26,17.5,16.02,16.2,17.0
|
||||
2021-11-27,17.59,16.78,17.0,17.06
|
||||
2021-11-28,17.68,17.07,17.06,17.1
|
||||
2021-11-29,16.99,16.36,17.1,16.8
|
||||
2021-11-30,16.49,16.07,16.8,16.4
|
||||
2021-12-01,17.72,16.94,16.4,17.07
|
||||
2021-12-02,17.52,17.11,17.07,17.35
|
||||
2021-12-03,17.74,17.2,17.35,17.66
|
||||
2021-12-04,19.68,18.05,17.66,19.36
|
||||
2021-12-05,20.49,19.44,19.36,19.7
|
||||
2021-12-06,21.13,19.86,19.7,20.88
|
||||
2021-12-07,19.37,18.78,20.88,18.97
|
||||
2021-12-08,20.36,19.16,18.97,20.36
|
||||
2021-12-09,21.51,21.05,20.36,21.21
|
||||
2021-12-10,21.5,20.81,21.21,20.88
|
||||
2021-12-11,20.91,20.12,20.88,20.32
|
||||
2021-12-12,19.56,19.1,20.32,19.29
|
||||
2021-12-13,20.08,18.93,19.27,19.86
|
||||
|
||||
|
Reference in New Issue
Block a user