Metadata-Version: 2.1
Name: sforecast
Version: 0.1.2
Summary: A package to support supervised learning forecast methods (ML and DL) within a sliding forecast framework (sliding window or expanding window)
License: MIT
Author: Alberto Gutierrez
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: beautifulplots (>=0.2.6)
Requires-Dist: pandas (>=1.5.0)
Requires-Dist: sklearn (>=0.0)
Description-Content-Type: text/markdown

# sforecast

A package to support supervised learning forecast methods (ML and DL) within a sliding forecast framework (sliding or expanding window)

## Installation

```bash
$ pip install sforecast
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`sforecast` was created by Alberto Gutierrez. It is licensed under the terms of the MIT license.

## Credits

`sforecast` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).
# sforecast

