scottgullaksen / bergenvann-summer-project

Analysis of Bergen Vanns sensor data for maintanance evaluation purposes
0 stars 0 forks source link

[Feature] ML for regression on pumpdata #29

Open scottgullaksen opened 4 years ago

scottgullaksen commented 4 years ago

We have a UI for visualizing pump and weather data as well as some basic statistical processing of these datasets. This allowed us to do some exploratory date analysis to manually look for patterns in the data and overall get a grip of how to proceed with more advanced/sophisticated ML methods.

From the work mentioned above, it is clear that there are a lot of variables to consider with perhaps complex relationships when trying to explain the observed numbers in the graphs. The ituition is that using ML methods gives us a computationally feasable way to discover patterns in the data and to perform prediction.

User stories

Considerations