Time series GAM (Generalized Additive Model) estimators for load forecasting.
uv syncTo build the documentation locally:
-
Install documentation dependencies:
uv sync --group docs
-
Generate documentation:
python generate_docs.py
Or to open in browser after building:
python generate_docs.py --open
-
View the documentation: Open
docs/_build/html/index.htmlin your browser.
You can also use the Makefile in the docs directory:
cd docs
make htmluv run pytestuv run pytest --cov=tsgam_estimator --cov=load_model_estimator --cov-report=htmlBSD 3-Clause License - see LICENSE for details.
See CONTRIBUTORS for a list of contributors.