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,274.62,268.84,266.72,274.55
|
||||
2021-11-15,272.29,264.29,274.55,267.28
|
||||
2021-11-16,275.01,267.4,267.28,274.38
|
||||
2021-11-17,282.73,271.74,273.9,279.02
|
||||
2021-11-17,282.39,275.64,274.38,275.99
|
||||
2021-11-18,293.82,285.94,275.99,291.52
|
||||
2021-11-19,284.92,268.77,291.52,269.89
|
||||
2021-11-20,277.26,272.23,269.89,274.07
|
||||
2021-11-21,255.62,249.93,274.07,255.09
|
||||
2021-11-22,262.21,257.75,255.09,260.73
|
||||
2021-11-23,269.91,257.48,260.73,259.36
|
||||
2021-11-24,280.37,273.17,259.36,277.74
|
||||
2021-11-25,290.37,280.39,277.74,280.83
|
||||
2021-11-26,287.62,273.42,280.83,279.82
|
||||
2021-11-27,284.39,279.3,279.82,283.71
|
||||
2021-11-28,288.8,282.66,283.71,285.41
|
||||
2021-11-29,290.42,282.76,285.41,282.87
|
||||
2021-11-30,288.73,272.43,282.87,273.2
|
||||
2021-12-01,250.48,239.05,273.2,249.13
|
||||
2021-12-02,255.04,233.86,249.0,241.66
|
||||
2021-12-03,257.33,246.25,242.02,253.6
|
||||
2021-12-04,263.1,242.92,253.6,244.66
|
||||
2021-12-05,255.77,249.3,244.66,251.61
|
||||
2021-12-06,270.62,256.89,251.61,260.29
|
||||
2021-12-07,268.61,262.01,260.29,265.73
|
||||
2021-12-08,268.38,259.41,265.73,259.68
|
||||
2021-12-09,263.61,256.72,259.68,262.63
|
||||
2021-12-10,280.68,267.58,262.63,280.0
|
||||
2021-12-11,291.4,284.09,280.0,287.42
|
||||
2021-12-12,295.03,288.45,287.42,289.56
|
||||
2021-12-13,301.57,287.52,289.18,301.2
|
||||
|
||||
|
Reference in New Issue
Block a user