refactor(Project): move out load_data to utils, rename fetch_data to run_fetch_data, got classifiers to work (#38)

This commit is contained in:
Mark Aron Szulyovszky
2021-12-17 17:41:50 +01:00
committed by GitHub
parent cc7061b456
commit 0963df2087
94 changed files with 9704 additions and 84787 deletions
+5 -5
View File
@@ -1,8 +1,4 @@
time,high,low,open,close
2017-11-04,304.65,294.05,304.51,300.04
2017-11-05,302.16,287.68,299.26,295.8
2017-11-06,306.8,292.26,296.22,296.82
2017-11-07,303.76,287.45,296.82,291.84
2017-11-08,319.2,290.55,291.84,307.35
2017-11-09,329.21,305.84,307.35,319.66
2017-11-10,324.22,288.96,319.67,296.86
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,4229.29,3890.33,4111.92,3902.49
2021-12-11,4099.04,3835.8,3902.49,4088.68
2021-12-12,4179.55,3990.11,4088.68,4135.31
2021-12-13,4144.68,3769.76,4135.31,3776.88
2021-12-13,4144.68,3672.91,4135.31,3785.08
2021-12-14,3882.64,3687.79,3785.08,3862.18
2021-12-15,4095.28,3651.32,3862.18,4020.19
2021-12-16,4113.2,3953.97,4020.19,3957.03
2021-12-17,3994.8,3701.56,3957.03,3746.81
1 time high low open close
2017-11-04 304.65 294.05 304.51 300.04
2017-11-05 302.16 287.68 299.26 295.8
2017-11-06 306.8 292.26 296.22 296.82
2017-11-07 303.76 287.45 296.82 291.84
2 2017-11-08 319.2 290.55 291.84 307.35
3 2017-11-09 329.21 305.84 307.35 319.66
4 2017-11-10 324.22 288.96 319.67 296.86
1495 2021-12-10 4229.29 3890.33 4111.92 3902.49
1496 2021-12-11 4099.04 3835.8 3902.49 4088.68
1497 2021-12-12 4179.55 3990.11 4088.68 4135.31
1498 2021-12-13 4144.68 3769.76 3672.91 4135.31 3776.88 3785.08
1499 2021-12-14 3882.64 3687.79 3785.08 3862.18
1500 2021-12-15 4095.28 3651.32 3862.18 4020.19
1501 2021-12-16 4113.2 3953.97 4020.19 3957.03
1502 2021-12-17 3994.8 3701.56 3957.03 3746.81