Skip to main content

A simple dashboard app to interactively fit ARIMA models.

Project description

Time Series App

PyPI version Python application

A simple web app to learn a little about Time Series analysis and forecasting.

You can create a sample, or upload a file, and interactively fit a time series model on it. To give it a try, click here...

screencast of the app

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

Installation

The easiest way to install the app is from PyPI, using:

pip install ts-app

You could also install it directly from the GitHub repository using:

pip install https://github.com/tim-abwao/time-series-app/archive/main.tar.gz

Basic Usage

You can use the command ts_app to launch the app.

ts_app

You can also start the app from an interactive session:

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

Afterwards, press CTRL + C to stop it.

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.1.0.tar.gz (101.6 kB view hashes)

Uploaded Source

Built Distribution

ts_app-0.1.0-py3-none-any.whl (102.8 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