Skip to main content

A simple dashboard application for interactively fitting ARIMA models.

Project description

Time Series App

PyPI version Python application

A dashboard application to help learn a little about, and apply Time Series analysis & forecasting concepts.

You can create a sample, or upload a file, and interactively fit a time series model on it.

The dashboard is built with Dash, and the time series models are fitted using Statsmodels.

You can try it out here, courtesy of Render.

NOTE: Free-hosted apps on Render might take a while to load since they are shut down when not in use.

screencast of the app

Installation

The easiest way to get the app is from PyPI:

pip install ts-app

Basic Usage

The command ts_app launches the app:

$ ts_app -h
usage: ts_app [-h] [-p PORT] [--host HOST] [--no-browser]

A simple dashboard application to learn time series basics and interactively fit ARIMA models.

optional arguments:
  -h, --help            show this help message and exit
  -p PORT, --port PORT  The TCP port on which to listen (default: 8000).
  --host HOST           A host-name or IP address (default: 'localhost').
  --no-browser          Avoid openning a browser tab or window.

You can also start the app from an interactive session:

>>> import ts_app
>>> ts_app.run_app()

Afterwards, press CTRL + C to stop the server.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ts_app-0.9.1.tar.gz (100.6 kB view hashes)

Uploaded Source

Built Distribution

ts_app-0.9.1-py3-none-any.whl (101.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page