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,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
2017-11-07,0.0,0.0,0.0,0.0
2017-11-08,0.0,0.0,0.0,0.0
2017-11-09,0.0,0.0,0.0,0.0
2017-11-10,0.0,0.0,0.0,0.0
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,28.43,25.7,26.95,26.42
2021-12-11,28.18,25.83,26.42,27.8
2021-12-12,30.01,27.34,27.8,29.59
2021-12-13,29.86,26.31,29.59,26.31
2021-12-13,29.86,25.56,29.59,25.96
2021-12-14,26.69,25.01,25.96,26.21
2021-12-15,28.04,24.28,26.21,27.16
2021-12-16,27.84,25.83,27.16,26.02
2021-12-17,26.21,24.2,26.02,24.49
1 time high low open close
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
2017-11-07 0.0 0.0 0.0 0.0
2 2017-11-08 0.0 0.0 0.0 0.0
3 2017-11-09 0.0 0.0 0.0 0.0
4 2017-11-10 0.0 0.0 0.0 0.0
1495 2021-12-10 28.43 25.7 26.95 26.42
1496 2021-12-11 28.18 25.83 26.42 27.8
1497 2021-12-12 30.01 27.34 27.8 29.59
1498 2021-12-13 29.86 26.31 25.56 29.59 26.31 25.96
1499 2021-12-14 26.69 25.01 25.96 26.21
1500 2021-12-15 28.04 24.28 26.21 27.16
1501 2021-12-16 27.84 25.83 27.16 26.02
1502 2021-12-17 26.21 24.2 26.02 24.49