Metadata-Version: 2.1
Name: hts_forecast
Version: 0.0.1
Summary: AUTO HIERARCHIAL TIME SERIES FORECASTING
Home-page: https://github.com/ramachaitanya0/auto_hts_package
Author: Ishita Roy,  Rama Chaitanya Karanam
Author-email: ramachaitanya0@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3 
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Auto Hierarchical Time Series Forecasting

## Installation
Few modules used in this package are not supported by python >= 3.9.* . So, we recommend you to create an virtual environment with python=3.8.* and run requirements.txt file 

Step 1 :
Create virtual environment using conda
```bash
conda create -n auto_hts python=3.8
```
Step 2 :
```bash
pip install -r requirements.txt
```
Step 3 :
```bash
pip install auto_hts_forecast
```
## Usage
