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.2061,0.2001,0.2059,0.2015
2017-11-05,0.2033,0.1984,0.2014,0.1997
2017-11-06,0.2067,0.1981,0.1997,0.2013
2017-11-07,0.2065,0.1993,0.2013,0.2055
2017-11-08,0.2235,0.2031,0.2055,0.2167
2017-11-09,0.2218,0.2126,0.2167,0.2154
2017-11-10,0.2185,0.1988,0.2154,0.2033
@@ -1499,4 +1495,8 @@ time,high,low,open,close
2021-12-10,0.8823,0.7938,0.8594,0.7994
2021-12-11,0.844,0.7857,0.7994,0.8387
2021-12-12,0.8565,0.81,0.8387,0.8404
2021-12-13,0.8444,0.7938,0.8404,0.7948
2021-12-13,0.8444,0.7615,0.8404,0.7819
2021-12-14,0.8215,0.7734,0.7819,0.8117
2021-12-15,0.8398,0.7781,0.8117,0.8273
2021-12-16,0.8364,0.8038,0.8273,0.8054
2021-12-17,0.832,0.7766,0.8054,0.7831
1 time high low open close
2017-11-04 0.2061 0.2001 0.2059 0.2015
2017-11-05 0.2033 0.1984 0.2014 0.1997
2017-11-06 0.2067 0.1981 0.1997 0.2013
2017-11-07 0.2065 0.1993 0.2013 0.2055
2 2017-11-08 0.2235 0.2031 0.2055 0.2167
3 2017-11-09 0.2218 0.2126 0.2167 0.2154
4 2017-11-10 0.2185 0.1988 0.2154 0.2033
1495 2021-12-10 0.8823 0.7938 0.8594 0.7994
1496 2021-12-11 0.844 0.7857 0.7994 0.8387
1497 2021-12-12 0.8565 0.81 0.8387 0.8404
1498 2021-12-13 0.8444 0.7938 0.7615 0.8404 0.7948 0.7819
1499 2021-12-14 0.8215 0.7734 0.7819 0.8117
1500 2021-12-15 0.8398 0.7781 0.8117 0.8273
1501 2021-12-16 0.8364 0.8038 0.8273 0.8054
1502 2021-12-17 0.832 0.7766 0.8054 0.7831