GithubHelp home page GithubHelp logo

data4water's Introduction

data4water

data4water's People

Contributors

asorici avatar cipriantruica avatar mihai-trascau avatar

Watchers

Andrei-Adnan Ismail avatar  avatar James Cloos avatar  avatar Diana Tatu avatar  avatar

data4water's Issues

Create plot support

Why

We need to have exploratory plot support in order to visualize the results of our analyses.

What

Implement support for at least the following types of graph:

  • boxplot view per hour, where the data for each box are the water consumption values for that given hour for all recorded days
  • concatenated view of all water consumption for a given costumer (i.e. concatenate all rows in one single large timeseries - useful for our seasonality analysis)
  • plots for timeseries decomposition - view trend, seasonality and residual components

Notes

To make visualization interactive, we will be using the plotly library (install via conda here).

Predict consumption levels within costumer cluster

Why

For a cluster of customer resulting from #3 we want to train models to predict the following 1, 2 or more hours of consumption, based on the intra-day history.

What

  • choose prediction lookahead window (1h, 2h, etc.)
  • compare results between a classic approach (ARIMA, etc.) and RNN based ones

Investigate seasonality in recorded timeseries

Why

We assume that within the 3 months worth of recorded data there will be shifts in consumption behavior of a costumer.
We want to detect such shifts and extract the corresponding consumption periods to perform additional analysis over each period type.

What

Attempt 3 approaches:

  • Seasonality analysis (CT)
    • concatenate all time series for each customer
    • perform decomposition time series
    • extract seasonal windows
    • investigate seasonal component filtering options
  • Investigate time series periodicity [MT]
  • Investigate periodicity by clustering (AS)

Clustering of customers for each seasonal window

Why

For each period resulting from the analysis in #2 we want to determine all customers who have similar consumption patterns.

What

  • implement method to cluster costumers within a given consumption period
    • determine clustering algorithm
    • fine tune algorithm meta-parameters
    • compare outcomes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.