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.0026,0.00215,0.00217,0.00218
2017-11-05,0.00255,0.00215,0.00218,0.00248
2017-11-06,0.00248,0.00182,0.00248,0.00183
2017-11-07,0.00234,0.00183,0.00183,0.00231
2017-11-08,0.00247,0.00215,0.00231,0.00236
2017-11-09,0.00246,0.00225,0.00236,0.00243
2017-11-10,0.00243,0.002,0.00243,0.00228
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,0.09305,0.08754,0.08872,0.08778
2021-12-11,0.0919,0.08668,0.08778,0.09154
2021-12-12,0.09245,0.08986,0.09154,0.09109
2021-12-13,0.09156,0.08604,0.09109,0.08606
2021-12-13,0.09156,0.08423,0.09109,0.08504
2021-12-14,0.08775,0.0839,0.08504,0.08716
2021-12-15,0.08887,0.08298,0.08716,0.08758
2021-12-16,0.08818,0.08529,0.08758,0.08542
2021-12-17,0.08601,0.07859,0.08542,0.07927
1 time high low open close
2017-11-04 0.0026 0.00215 0.00217 0.00218
2017-11-05 0.00255 0.00215 0.00218 0.00248
2017-11-06 0.00248 0.00182 0.00248 0.00183
2017-11-07 0.00234 0.00183 0.00183 0.00231
2 2017-11-08 0.00247 0.00215 0.00231 0.00236
3 2017-11-09 0.00246 0.00225 0.00236 0.00243
4 2017-11-10 0.00243 0.002 0.00243 0.00228
1495 2021-12-10 0.09305 0.08754 0.08872 0.08778
1496 2021-12-11 0.0919 0.08668 0.08778 0.09154
1497 2021-12-12 0.09245 0.08986 0.09154 0.09109
1498 2021-12-13 0.09156 0.08604 0.08423 0.09109 0.08606 0.08504
1499 2021-12-14 0.08775 0.0839 0.08504 0.08716
1500 2021-12-15 0.08887 0.08298 0.08716 0.08758
1501 2021-12-16 0.08818 0.08529 0.08758 0.08542
1502 2021-12-17 0.08601 0.07859 0.08542 0.07927