Reproducible Python pipeline for forecasting household energy usage using the UCI IHEPC dataset.
# 1) create & activate venv (done earlier)
pip install -U pip
pip install -e .[dev]
# 2) run pipeline
python -m src.cli get-data
python -m src.cli preprocess
python -m src.cli fe
python -m src.cli train --model snaive