vsergeyev / loudml-grafana-app

Visualization panel and datasource for Grafana to connect with Loud ML AI solution for ICT and IoT automation
https://vsergeyev.github.io/loudml-grafana-app/
MIT License
48 stars 20 forks source link

forecast not working (model working but data always delayed) #28

Open carbapetusa opened 3 years ago

carbapetusa commented 3 years ago

I have loudml-grafana-app running on local Windows and LoudML server running in Docker. It seems to be working fine. The output bucket in InfluxDB conists of: @mean_Temperature mean_Temperature upper_mean_Temperature lower_mean_Temperature score

I am running model that is created from "Create baseline" in Grafana plugin loudml-grafana-app_github1

The issues, I am having:

  1. Data posted to output bucket is not a forecast since it is delayed. loudml-grafana-app_github2 loudml-grafana-app_github3

  2. Change values in LoudML Server datasource (in Grafana) - results in failure. Data saved in panel, but no forecast generated (no data posted do InfluxDB)

What is the best way to retrain or change the spec the model? Should I train the model using LoudML CLI?