Metadata-Version: 2.1
Name: pytsal
Version: 1.0.0
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
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

# 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.


- [ ] Time series data loaders
  - [x] Basic
  - [ ] Advanced
- [ ] Time series preprocessing
  - [x] Basic
  - [ ] Advanced
- [ ] Time series modelling
  - [ ] Forecasting
    - [x] Holt Winter
    - [ ] ARIMA
    - [ ] Facebook Prophet
  - [ ] Classification
- [x] Time series visualization
- [x] Time series validation
- [ ] AutoTS
  - [x] Forecasting


## 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)

