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:
Mark Aron Szulyovszky
2021-12-14 18:16:17 +01:00
committed by GitHub
parent 7aedb91069
commit d047b7417e
89 changed files with 10763 additions and 6477 deletions
+27 -27
View File
@@ -1,30 +1,4 @@
time,high,low,open,close
2017-10-09,156906.98,136860.47,126603.77,144627.91
2017-10-10,117648.15,111685.19,144627.91,116314.81
2017-10-11,129979.59,126000.0,116314.81,128265.31
2017-10-12,144409.09,125568.18,128265.31,126477.27
2017-10-13,167621.62,137594.59,126477.27,161594.59
2017-10-14,154675.0,143900.0,161594.59,145150.0
2017-10-15,154820.51,147461.54,145150.0,151794.87
2017-10-16,167810.81,156108.11,151794.87,156675.68
2017-10-17,171970.59,164235.29,156702.7,166058.82
2017-10-18,159694.44,154444.44,166000.0,156333.33
2017-10-19,165941.18,157588.24,156361.11,158500.0
2017-10-20,169750.0,155812.5,158500.0,157781.25
2017-10-21,133710.53,124236.84,153000.0,131131.58
2017-10-22,119511.63,113837.21,131157.89,114302.33
2017-10-23,120268.29,115365.85,114232.56,117097.56
2017-10-24,119191.49,101978.72,117097.56,114489.36
2017-10-25,102377.36,97320.75,114489.36,97415.09
2017-10-26,106387.76,101061.22,97415.09,102306.12
2017-10-27,99750.0,95480.77,102244.9,98923.08
2017-10-28,99730.77,97230.77,98923.08,98480.77
2017-10-29,112395.83,102083.33,98480.77,102791.67
2017-10-30,115250.0,112136.36,102791.67,113727.27
2017-10-31,117186.05,109372.09,113727.27,109465.12
2017-11-01,128729.73,115567.57,109465.12,115891.89
2017-11-02,126676.47,111029.41,115891.89,119029.41
2017-11-03,135500.0,123000.0,119029.41,133031.25
2017-11-04,148379.31,137275.86,133062.5,140137.93
2017-11-05,131903.23,125580.65,140137.93,129129.03
2017-11-06,144700.0,132866.67,129129.03,142066.67
@@ -1499,4 +1473,30 @@ time,high,low,open,close
2021-11-14,40296.09,39446.93,41217.14,39458.1
2021-11-15,37200.0,36107.69,39458.1,36784.62
2021-11-16,39500.0,38406.59,36784.62,38494.51
2021-11-17,38708.79,36941.49,38494.51,37870.27
2021-11-17,38668.48,37744.57,38494.51,38619.57
2021-11-18,40693.18,39602.27,38619.57,39914.77
2021-11-19,41497.21,39145.25,39914.77,41324.02
2021-11-20,42267.05,41500.0,41324.02,41982.95
2021-11-21,40763.74,39857.14,41982.95,39939.56
2021-11-22,40596.69,39906.08,39939.56,40132.6
2021-11-23,42674.16,40707.87,40132.6,42365.17
2021-11-24,44432.75,43292.4,42365.17,43701.75
2021-11-25,45194.12,43641.18,43701.75,45123.53
2021-11-26,45017.54,42795.32,45123.53,43988.3
2021-11-27,44705.88,43905.88,43988.3,44011.76
2021-11-28,45626.51,44656.63,44011.76,45186.75
2021-11-29,46077.84,44862.28,45186.75,46059.88
2021-11-30,47929.41,45223.53,46059.88,47794.12
2021-12-01,49426.04,47171.6,47794.12,47426.04
2021-12-02,47017.44,45889.53,47426.04,46447.67
2021-12-03,46308.57,44314.29,46447.67,44965.71
2021-12-04,47649.72,43994.35,44965.71,47310.73
2021-12-05,50134.5,48865.5,47310.73,49672.51
2021-12-06,50473.99,47913.29,49672.51,49815.03
2021-12-07,48500.0,47308.99,49815.03,47820.22
2021-12-08,48081.97,46475.41,47820.22,48032.79
2021-12-09,47500.0,46258.06,48032.79,46430.11
2021-12-10,46543.01,44370.97,46430.11,44478.49
2021-12-11,45005.38,43876.34,44478.49,44483.87
2021-12-12,45516.48,44500.0,44483.87,45340.66
2021-12-13,45357.14,43586.96,45340.66,44126.37
1 time high low open close
2017-10-09 156906.98 136860.47 126603.77 144627.91
2017-10-10 117648.15 111685.19 144627.91 116314.81
2017-10-11 129979.59 126000.0 116314.81 128265.31
2017-10-12 144409.09 125568.18 128265.31 126477.27
2017-10-13 167621.62 137594.59 126477.27 161594.59
2017-10-14 154675.0 143900.0 161594.59 145150.0
2017-10-15 154820.51 147461.54 145150.0 151794.87
2017-10-16 167810.81 156108.11 151794.87 156675.68
2017-10-17 171970.59 164235.29 156702.7 166058.82
2017-10-18 159694.44 154444.44 166000.0 156333.33
2017-10-19 165941.18 157588.24 156361.11 158500.0
2017-10-20 169750.0 155812.5 158500.0 157781.25
2017-10-21 133710.53 124236.84 153000.0 131131.58
2017-10-22 119511.63 113837.21 131157.89 114302.33
2017-10-23 120268.29 115365.85 114232.56 117097.56
2017-10-24 119191.49 101978.72 117097.56 114489.36
2017-10-25 102377.36 97320.75 114489.36 97415.09
2017-10-26 106387.76 101061.22 97415.09 102306.12
2017-10-27 99750.0 95480.77 102244.9 98923.08
2017-10-28 99730.77 97230.77 98923.08 98480.77
2017-10-29 112395.83 102083.33 98480.77 102791.67
2017-10-30 115250.0 112136.36 102791.67 113727.27
2017-10-31 117186.05 109372.09 113727.27 109465.12
2017-11-01 128729.73 115567.57 109465.12 115891.89
2017-11-02 126676.47 111029.41 115891.89 119029.41
2017-11-03 135500.0 123000.0 119029.41 133031.25
2 2017-11-04 148379.31 137275.86 133062.5 140137.93
3 2017-11-05 131903.23 125580.65 140137.93 129129.03
4 2017-11-06 144700.0 132866.67 129129.03 142066.67
1473 2021-11-14 40296.09 39446.93 41217.14 39458.1
1474 2021-11-15 37200.0 36107.69 39458.1 36784.62
1475 2021-11-16 39500.0 38406.59 36784.62 38494.51
1476 2021-11-17 38708.79 38668.48 36941.49 37744.57 38494.51 37870.27 38619.57
1477 2021-11-18 40693.18 39602.27 38619.57 39914.77
1478 2021-11-19 41497.21 39145.25 39914.77 41324.02
1479 2021-11-20 42267.05 41500.0 41324.02 41982.95
1480 2021-11-21 40763.74 39857.14 41982.95 39939.56
1481 2021-11-22 40596.69 39906.08 39939.56 40132.6
1482 2021-11-23 42674.16 40707.87 40132.6 42365.17
1483 2021-11-24 44432.75 43292.4 42365.17 43701.75
1484 2021-11-25 45194.12 43641.18 43701.75 45123.53
1485 2021-11-26 45017.54 42795.32 45123.53 43988.3
1486 2021-11-27 44705.88 43905.88 43988.3 44011.76
1487 2021-11-28 45626.51 44656.63 44011.76 45186.75
1488 2021-11-29 46077.84 44862.28 45186.75 46059.88
1489 2021-11-30 47929.41 45223.53 46059.88 47794.12
1490 2021-12-01 49426.04 47171.6 47794.12 47426.04
1491 2021-12-02 47017.44 45889.53 47426.04 46447.67
1492 2021-12-03 46308.57 44314.29 46447.67 44965.71
1493 2021-12-04 47649.72 43994.35 44965.71 47310.73
1494 2021-12-05 50134.5 48865.5 47310.73 49672.51
1495 2021-12-06 50473.99 47913.29 49672.51 49815.03
1496 2021-12-07 48500.0 47308.99 49815.03 47820.22
1497 2021-12-08 48081.97 46475.41 47820.22 48032.79
1498 2021-12-09 47500.0 46258.06 48032.79 46430.11
1499 2021-12-10 46543.01 44370.97 46430.11 44478.49
1500 2021-12-11 45005.38 43876.34 44478.49 44483.87
1501 2021-12-12 45516.48 44500.0 44483.87 45340.66
1502 2021-12-13 45357.14 43586.96 45340.66 44126.37