Generic Python Package for Time Series Forecasting.


Keywords
Time, Series, Deep, Learning, Machine
License
GPL-3.0
Install
pip install gdemandfcast==0.6.59

Documentation

gdemandfcast

Build status Dependencies Status pypi

Generic Python Package for Time Series Forecasting that seeks to include the latest over time and making it easy to use.  Thus, including what is current and stable for non-profit or social use.

 

Usage

See -> ./tests/test_example/test_hello.py

 

Features

Code style: black Pre-commit

  • Distribution Aware Auto Differentiation applied on Gradient Descent.
  • Single and Multi Step Time Series (Stats, ML, DL)
  • Preprocessing of Time Lags.
  • Preprocessing of Walk Forward Validation.

 

Why

 

Releases

Release Drafter Semantic Versions

You can see the list of available releases on the GitHub Releases page.   We use Release Drafter. As pull requests are merged, a draft release is kept up-to-date listing the changes.

 

License

License

This project is licensed under the terms of the GNU GPL v3.0 license.

 

📃 Citation

 

@misc{gdemandfcst,
  author = {altcp},
  title = {Generic Python Package for Time Series Forecasting},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {https://github.com/altcp/gdemandfcast}
}

 

Credits

🚀 Your next Python package needs a bleeding-edge project structure.

This project was generated with python-package-template