Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 888 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 888 Bytes

Research Paper Predictive Analytics

Author: Raphael Reimann

Notebooks

This is the associated code to the research paper "ASHRAE Great Energy Predictor III". To replicate this make sure you install all the necessary dependencies through conda with

conda env create -f environment.yml

Then download the dataset from Kaggle with this link. Adjust the path to the data in the notebooks 01 Data Understanding.ipynb and 02 Modeling.ipynb as well as ashrae_dashboard.py if you are running the web application.

Web Application

To showcase the machine learning models in an applied way, a web application was created. To run it locally run

streamlit run ashrae_dashboard.py

Prototype Prediction Prototype Retrofit