This project explores the use of Google Trends data as a proxy for occupant behavior to improve building energy consumption predictions. By leveraging search volume trends for various topics, we aim to infer occupant behavior patterns and incorporate this information into energy prediction models.
In building performance simulation and prediction research, quantifying occupant behaviors across different building types, countries, and regions is a challenging task. This project investigates whether Google Trends data can provide valuable insights into occupant behavior through time-series trends of search volumes for specific keywords.
Key research questions:
- How can we evaluate whether the search volume of topics matches the energy use behaviors of buildings?
- How much can the accuracy of energy models be improved by incorporating calendars derived from Google Trends?
- Which topics are most effective in improving model prediction performance?
- Can this method be scaled across multiple sites from diverse locations?
- Daily trend data
- Download-Google-trends-data.ipynb: Notebook for downloading and processing Google Trends data
- BDG2 Dataset: Contains hourly meter readings and metadata for 3,053 energy meters over two years
- GEPIII Dataset: Competition dataset used for benchmarking energy prediction models
- Baseline model: LightGBM-based model without Google Trends data
- Proposed method with Google Trends: Enhanced model incorporating Google Trends data
- Correlation-between-energy-and-topics.ipynb: Derive occupant behavior from electricity meter time series using PCA and calculate correlations with Google Trends topics
- Result.ipynb: Visualization and analysis of results
This project is licensed under the terms of the MIT license.
If you use this code or our findings in your research, please cite our paper using the following Bibtex entry:
@article{fu2022using,
title={Using Google Trends as a proxy for occupant behavior to predict building energy consumption},
author={Fu, Chun and Miller, Clayton},
journal={Applied Energy},
volume={310},
pages={118343},
year={2022},
publisher={Elsevier}
}