mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-17 21:08:08 +00:00
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:
+5
-5
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user