pkiage / tool-time-series-autocorrelation-demo

Tool demonstrating autocorrelation in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title emoji colorFrom colorTo sdk sdk_version app_file pinned license
Time Series Autocorrelation Demo
📈
indigo
blue
streamlit
1.21.0
app.py
false
openrail

Time series autocorrelation tool

Tool demonstrating time series autocorrelation analysis with Python

Assumes uploaded data is clean.

Built With

Local setup

Obtain the repo locally and open its root folder

To potentially contribute

git clone https://github.com/pkiage/tool-time-series-autocorrelation-demo

or

gh repo clone pkiage/tool-time-series-autocorrelation-demo

Just to deploy locally

Download ZIP

(optional) Setup virtual environment:

python -m venv venv

(optional) Activate virtual environment:

If using Unix based OS run the following in terminal:

.\venv\bin\activate

If using Windows run the following in terminal:

.\venv\Scripts\activate

Install requirements by running the following in terminal:

Required packages

pip install -r requirements.txt

Build and install local package

python setup.py build
python setup.py install

Run the streamlit app (app.py) by running the following in terminal (from repository root folder):

streamlit run src/app.py

Project structure based on the cookiecutter data science project template.

Hugging Face Tips

Initial Setup

git remote add space https://huggingface.co/spaces/pkiage/time_series_autocorrelation_demo

git push --force space main

Demo Links

About

Tool demonstrating autocorrelation in Python

License:MIT License


Languages

Language:Python 76.9%Language:Makefile 21.9%Language:Shell 1.0%Language:Procfile 0.2%