Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create plot support #1

Open
3 tasks
asorici opened this issue Jun 15, 2017 · 0 comments
Open
3 tasks

Create plot support #1

asorici opened this issue Jun 15, 2017 · 0 comments

Comments

@asorici
Copy link
Contributor

asorici commented Jun 15, 2017

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant