feat(Models): added a basic sktime model and missing USD crypto currency pairs (#7)

This commit is contained in:
Mark Aron Szulyovszky
2021-11-17 22:28:34 +01:00
committed by GitHub
parent 3fec439c08
commit 6e192ebc8a
75 changed files with 16723 additions and 116 deletions
+2 -2
View File
@@ -1,5 +1,4 @@
time,high,low,open,close
2017-10-08,0.000458,0.0003784,0.0003958,0.0003853
2017-10-09,0.0004737,0.0004212,0.0003853,0.0004413
2017-10-10,0.0004411,0.0004175,0.0004413,0.0004251
2017-10-11,0.0004462,0.0004186,0.0004251,0.0004443
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,0.008119,0.007939,0.008144,0.007954
2021-11-14,0.007481,0.007291,0.007954,0.007312
2021-11-15,0.007683,0.007504,0.007312,0.007666
2021-11-16,0.008443,0.007301,0.007666,0.007968
2021-11-16,0.008471,0.007905,0.007666,0.008142
2021-11-17,0.008399,0.007824,0.008142,0.008125
1 time high low open close
2017-10-08 0.000458 0.0003784 0.0003958 0.0003853
2 2017-10-09 0.0004737 0.0004212 0.0003853 0.0004413
3 2017-10-10 0.0004411 0.0004175 0.0004413 0.0004251
4 2017-10-11 0.0004462 0.0004186 0.0004251 0.0004443
1498 2021-11-13 0.008119 0.007939 0.008144 0.007954
1499 2021-11-14 0.007481 0.007291 0.007954 0.007312
1500 2021-11-15 0.007683 0.007504 0.007312 0.007666
1501 2021-11-16 0.008443 0.008471 0.007301 0.007905 0.007666 0.007968 0.008142
1502 2021-11-17 0.008399 0.007824 0.008142 0.008125