{% extends 'base.html' %} {% block title %} Time Series App {% endblock %} {% block body %}

Time Series App


A simple app to learn about, and apply time series analysis techniques. A glossary of terms is available to help get familiar with the main concepts.

In a nutshell, Time Series Analysis purposes to learn and emulate the behaviour of data over time. Time Series Forecasting then leverages this knowledge to estimate future values.

Time series results image
An example of time series analysis results, plotted.

To give it a try, you can upload a file or create a sample to analyse:

Upload a file Create a sample
{% endblock %} {% block footer %}{% endblock %}