mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-13 19:08:06 +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,0.08496,0.0828,0.08318,0.08304
|
||||
2021-11-15,0.0842,0.08224,0.08304,0.08402
|
||||
2021-11-16,0.08989,0.08389,0.08402,0.08641
|
||||
2021-11-17,0.08805,0.08318,0.08641,0.08646
|
||||
2021-11-17,0.08659,0.08391,0.08641,0.08582
|
||||
2021-11-18,0.08935,0.08513,0.08582,0.08895
|
||||
2021-11-19,0.08951,0.08551,0.08895,0.08784
|
||||
2021-11-20,0.09037,0.08631,0.08784,0.08728
|
||||
2021-11-21,0.08724,0.08483,0.08728,0.08486
|
||||
2021-11-22,0.08533,0.08292,0.08486,0.08482
|
||||
2021-11-23,0.08295,0.07844,0.08482,0.07883
|
||||
2021-11-24,0.08621,0.07777,0.07883,0.08005
|
||||
2021-11-25,0.08195,0.07754,0.08005,0.07834
|
||||
2021-11-26,0.08099,0.07558,0.07834,0.0796
|
||||
2021-11-27,0.08131,0.07918,0.0796,0.07921
|
||||
2021-11-28,0.08016,0.0757,0.07921,0.07911
|
||||
2021-11-29,0.07996,0.07799,0.07911,0.07902
|
||||
2021-11-30,0.07564,0.0728,0.07902,0.07314
|
||||
2021-12-01,0.07669,0.07353,0.07314,0.07383
|
||||
2021-12-02,0.07827,0.06782,0.07383,0.07664
|
||||
2021-12-03,0.08218,0.07704,0.07664,0.07801
|
||||
2021-12-04,0.08404,0.07574,0.07801,0.08261
|
||||
2021-12-05,0.0865,0.08031,0.08261,0.08342
|
||||
2021-12-06,0.08246,0.0771,0.08342,0.08203
|
||||
2021-12-07,0.08498,0.08018,0.08203,0.08024
|
||||
2021-12-08,0.07555,0.07231,0.08024,0.07447
|
||||
2021-12-09,0.08183,0.07963,0.07447,0.07966
|
||||
2021-12-10,0.08485,0.07981,0.07966,0.0799
|
||||
2021-12-11,0.08658,0.07863,0.0799,0.08515
|
||||
2021-12-12,0.08931,0.08353,0.08515,0.08406
|
||||
2021-12-13,0.08834,0.08173,0.08406,0.08537
|
||||
|
||||
|
Reference in New Issue
Block a user