DHBWMannheim / ml-server

University project which aims to provide different ML models to predict ETH prices
https://pkg.go.dev/github.com/DHBWMannheim/ml-server
GNU General Public License v3.0
1 stars 1 forks source link

Error in query result display #7

Open michael-spengler opened 3 years ago

michael-spengler commented 3 years ago

checking the dates... Screenshot 2021-04-16 at 01 44 50

michael-spengler commented 3 years ago

first "prediction day" date seems wrong...

aaronschweig commented 3 years ago

After investigation it seems like, due to yahoo not providing new financial data fast enough, there can be slightly wrong results during a day change.

Solution: We can try using another Data-API like binance, or something similar.