Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aun151214/energy-usage-forecasting-uci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Energy Usage Forecasting (UCI)

Reproducible Python pipeline for forecasting household energy usage using the UCI IHEPC dataset.

Quickstart

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages