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,16.53,15.12,16.2,15.16
2021-12-11,16.74,14.97,15.16,15.88
2021-12-12,16.2,15.28,15.88,16.03
2021-12-13,16.09,14.44,16.03,14.47
2021-12-13,16.09,13.77,16.03,14.16
2021-12-14,15.08,13.93,14.16,15.0
2021-12-15,15.51,14.17,15.0,15.2
2021-12-16,15.37,14.36,15.2,14.42
2021-12-17,14.58,13.68,14.42,13.86
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 16.53 15.12 16.2 15.16
1496 2021-12-11 16.74 14.97 15.16 15.88
1497 2021-12-12 16.2 15.28 15.88 16.03
1498 2021-12-13 16.09 14.44 13.77 16.03 14.47 14.16
1499 2021-12-14 15.08 13.93 14.16 15.0
1500 2021-12-15 15.51 14.17 15.0 15.2
1501 2021-12-16 15.37 14.36 15.2 14.42
1502 2021-12-17 14.58 13.68 14.42 13.86