A simple dashboard application for interactively fitting ARIMA models.
Project description
Time Series App
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.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ts_app-0.9.2.tar.gz
.
File metadata
- Download URL: ts_app-0.9.2.tar.gz
- Upload date:
- Size: 100.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7021ee2dcc9fcb8d58b96d21fdfc415b6b2d195bebe4b1abca1fd79d06196116
|
|
MD5 |
bb115eb44b06731143fee0628b433f80
|
|
BLAKE2b-256 |
c650f17ba6a5348ae1e0d91982ed9ec06fe1ac914dab8009e54216619d9c9c8e
|
File details
Details for the file ts_app-0.9.2-py3-none-any.whl
.
File metadata
- Download URL: ts_app-0.9.2-py3-none-any.whl
- Upload date:
- Size: 101.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.9.21
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4ae3cc63579066ab196e68c6c73e7161874a7f92783f54ce9d58fc1e4924f2fc
|
|
MD5 |
d2e9b84f3c8149a4be2831f6c0d5078d
|
|
BLAKE2b-256 |
e736fa6cf98ef2309a2588d65487f0d758eadf577ac3707f6cfebc4f41c7e740
|