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.0243,0.02172,0.0223,0.02194
2017-11-05,0.02283,0.02062,0.02194,0.02069
2017-11-06,0.02324,0.01949,0.02069,0.02185
2017-11-07,0.02379,0.02145,0.02185,0.02209
2017-11-08,0.02754,0.02204,0.02209,0.02509
2017-11-09,0.03493,0.02396,0.02509,0.03223
2017-11-10,0.03014,0.02639,0.03223,0.02639
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,1.332,1.208,1.291,1.211
2021-12-11,1.361,1.192,1.211,1.352
2021-12-12,1.414,1.321,1.352,1.347
2021-12-13,1.357,1.234,1.347,1.234
2021-12-13,1.357,1.203,1.347,1.225
2021-12-14,1.283,1.201,1.225,1.267
2021-12-15,1.331,1.206,1.267,1.311
2021-12-16,1.33,1.237,1.311,1.24
2021-12-17,1.258,1.185,1.24,1.2
1 time high low open close
2017-11-04 0.0243 0.02172 0.0223 0.02194
2017-11-05 0.02283 0.02062 0.02194 0.02069
2017-11-06 0.02324 0.01949 0.02069 0.02185
2017-11-07 0.02379 0.02145 0.02185 0.02209
2 2017-11-08 0.02754 0.02204 0.02209 0.02509
3 2017-11-09 0.03493 0.02396 0.02509 0.03223
4 2017-11-10 0.03014 0.02639 0.03223 0.02639
1495 2021-12-10 1.332 1.208 1.291 1.211
1496 2021-12-11 1.361 1.192 1.211 1.352
1497 2021-12-12 1.414 1.321 1.352 1.347
1498 2021-12-13 1.357 1.234 1.203 1.347 1.234 1.225
1499 2021-12-14 1.283 1.201 1.225 1.267
1500 2021-12-15 1.331 1.206 1.267 1.311
1501 2021-12-16 1.33 1.237 1.311 1.24
1502 2021-12-17 1.258 1.185 1.24 1.2