Metadata-Version: 2.1
Name: pytsal
Version: 1.0.2
Summary: An open source low-code time series analysis library in Python
Home-page: https://github.com/KrishnanSG/pytsal
Author: Krishnan S G
Author-email: krishsg525@gmail.com
License: UNKNOWN
Description: # pytsal
        
        [![PyPI version](https://badge.fury.io/py/pytsal.svg)](https://pypi.org/project/pytsal)
        
        An open source low-code time series analysis library in Python.
        
        ## Features
        
        Checklist of features the library currently offers and plans to offer.
        
        > Convention used below: Feature [status]
        
        - Time series data loaders [partial]
        - Time series preprocessing [partial]
        - Time series modelling
          - Forecasting
            - Holt Winter [completed]
            - ARIMA [in progress]
            - Facebook Prophet [planned]
          - Classification [planned]
        - Time series visualization [v1 completed]
        - Time series validation [v1 completed]
        - AutoTS
          - Forecasting [v1 completed]
        
        
        ## Contribution
        
        Contributions are always welcomed, it would be great to have people use and contribute to this project to help user understand and benefit from library.
        
        ### How to contribute
        - **Create an issue:** If you have a new feature in mind, feel free to open an issue and add some short description on what that feature could be.
        - **Create a PR**: If you have a bug fix, enhancement or new feature addition, create a Pull Request and the maintainers of the repo, would review and merge them.
        
        ## Author
        
        * **Krishnan S G** - [@KrishnanSG](https://github.com/KrishnanSG)
Keywords: time,series,analysis,tsa,visualization
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
