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.08688,0.07177,0.08669,0.07308
2017-10-09,0.09489,0.08437,0.07308,0.08839
2017-10-10,0.08635,0.08173,0.08839,0.08321
2017-10-11,0.08593,0.08062,0.08321,0.08556
@@ -1499,4 +1498,5 @@ time,high,low,open,close
2021-11-13,1.76,1.721,1.722,1.724
2021-11-14,1.757,1.712,1.724,1.717
2021-11-15,1.724,1.684,1.717,1.72
2021-11-16,1.807,1.633,1.72,1.709
2021-11-16,1.793,1.673,1.72,1.723
2021-11-17,1.739,1.657,1.723,1.717
1 time high low open close
2017-10-08 0.08688 0.07177 0.08669 0.07308
2 2017-10-09 0.09489 0.08437 0.07308 0.08839
3 2017-10-10 0.08635 0.08173 0.08839 0.08321
4 2017-10-11 0.08593 0.08062 0.08321 0.08556
1498 2021-11-13 1.76 1.721 1.722 1.724
1499 2021-11-14 1.757 1.712 1.724 1.717
1500 2021-11-15 1.724 1.684 1.717 1.72
1501 2021-11-16 1.807 1.793 1.633 1.673 1.72 1.709 1.723
1502 2021-11-17 1.739 1.657 1.723 1.717