Papers › The Building Data Genome Project 2: Hourly energy meter data from the ASHRAE Great...

The Building Data Genome Project 2: Hourly energy meter data from the ASHRAE Great Energy Predictor III competition

3 Jun 2020arXiv:2006.02273links table onlyarchive 2025-07-28

Clayton Miller, Anjukan Kathirgamanathan, Bianca Picchetti, Pandarasamy Arjunan, June Young Park, Zoltan Nagy, Paul Raftery, Brodie W. Hobson, Zixiao Shi, Forrest Meggers

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

This paper describes an open data set of 3,053 energy meters from 1,636 non-residential buildings with a range of two full years (2016 and 2017) at an hourly frequency (17,544 measurements per meter resulting in approximately 53.6 million measurements). These meters were collected from 19 sites across North America and Europe, with one or more meters per building measuring whole building electrical, heating and cooling water, steam, and solar energy as well as water and irrigation meters. Part of these data were used in the Great Energy Predictor III (GEPIII) competition hosted by the ASHRAE organization in October-December 2019. GEPIII was a machine learning competition for long-term prediction with an application to measurement and verification. This paper describes the process of data collection, cleaning, and convergence of time-series meter data, the meta-data about the buildings, and complementary weather data. This data set can be used for further prediction benchmarking and prototyping as well as anomaly detection, energy analysis, and building type classification.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2006.02273")

Code

Syntology Ran 0 of 12 code samples harvested from 1 repository linked to this paper; 12 have no recorded run.

By repository: community (archive-listed): 12 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

buds-lab/building-data-genome-project-2 officialmentioned in papermentioned on GitHubNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 0 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

12unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from buds-lab/ashrae-great-energy-predictor-3-solution-analysis. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

create_X buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/meter_split_model/predict.py community (archive-listed) unverified MIT (permissive) · 91887e032c15d65c · report
features_engineering buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/kfold_model/utils.py community (archive-listed) unverified MIT (permissive) · 6781afa187600d93 · report
fill_weather_dataset buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/kfold_model/utils.py community (archive-listed) unverified MIT (permissive) · e6cd022b93d9c482 · report
find_bad_sitezero buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/cleanup_model/utils.py community (archive-listed) unverified MIT (permissive) · 96c3c759e08b717f · report
find_bad_zeros buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/cleanup_model/utils.py community (archive-listed) unverified MIT (permissive) · a1aa5a2e7bafc92c · report
find_zero_streaks buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/ashrae/utils.py community (archive-listed) unverified MIT (permissive) · 089ec41e70cee000 · report
make_is_bad_zero buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/cleanup_model/utils.py community (archive-listed) unverified MIT (permissive) · a0fce5f8aeea2036 · report
pred buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/meter_split_model/predict.py community (archive-listed) unverified MIT (permissive) · 39931b29c4307624 · report
reduce_mem_usage buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/ensemble.py community (archive-listed) unverified MIT (permissive) · c6d308e807c65b64 · report
reduce_mem_usage buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/kfold_model/utils.py community (archive-listed) unverified MIT (permissive) · bd60f878ca268a39 · report
take_first buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/ashrae/utils.py community (archive-listed) unverified MIT (permissive) · b0f544bdd227a041 · report
take_last buds-lab/ashrae-great-energy-predictor-3-solution-analysis/solutions/rank-1/ashrae/utils.py community (archive-listed) unverified MIT (permissive) · cd6e53c01c98e987 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections