ppratikcr7 / EnergyConsumptionForecasting

Forecasting energy consumption/usage Intensity (EUI) of each building site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnergyConsumptionForecasting

Make virtual environment: python3 -m venv energyconsumption Activate virtual env: source energyconsumption/bin/activate Change directory: cd EnergyConsumption Install requirements: pip install -r requirements.txt Install lightgbm using homebrew: brew install lightgbm OR Install using github using these steps: https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html#build-from-github Run notebook in jupyter: jupyter notebook OR Run python file if kernel dies: python3 energyconsumption.py

About

Forecasting energy consumption/usage Intensity (EUI) of each building site


Languages

Language:Jupyter Notebook 99.7%Language:Python 0.3%