Metadata-Version: 2.1
Name: zx_forecasting_framework
Version: 0.0.1
Summary: Forecasting framework for ZX projects
Home-page: UNKNOWN
Author: Tamojit Maiti, Shashi Bhushan Singh
Author-email: shashi.bhushansingh@ab-inbev.com
License: UNKNOWN
Description: ###Description of the project
        A Python package to enable quick iterative time series analysis, modelling and forecasting using combinations of 
        automatic transformations, differencing and forecasting models.
        
        ### Installation
        ```
        pip install zx_forecasting_framework
        ```
        
        ### Example
        ```
        from zx_forecasting_framework import Analyse
        from zx_forecasting_framework import Metrics
        from zx_forecasting_framework import Model
        from zx_forecasting_framework import TimeSeriesObject
        from zx_forecasting_framework import Transform
        ```
        
        ### License
        ZX Forecasting Framework is licensed under <a href = 'https://opensource.org/licenses/MIT'>the MIT License</a>
Platform: UNKNOWN
Description-Content-Type: text/markdown
