/time-series-forecasting-practice

A personal project for trying time series forecasting.

Primary LanguageJupyter NotebookMIT LicenseMIT

Python Template with Black, Flake8 and isort

Code style: black

Usage

Clone this repository and install dependencies by the following commands:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt