/EnergyConsumptionForecasting

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

Primary LanguageJupyter Notebook

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