Energy Efficiency
Donated on 11/29/2012
This study looked into assessing the heating load and cooling load requirements of buildings (that is, energy efficiency) as a function of building parameters.
Dataset Characteristics
Multivariate
Subject Area
Computer Science
Associated Tasks
Classification, Regression
Feature Type
Integer, Real
# Instances
768
# Features
8
Dataset Information
Additional Information
We perform energy analysis using 12 different building shapes simulated in Ecotect. The buildings differ with respect to the glazing area, the glazing area distribution, and the orientation, amongst other parameters. We simulate various settings as functions of the afore-mentioned characteristics to obtain 768 building shapes. The dataset comprises 768 samples and 8 features, aiming to predict two real valued responses. It can also be used as a multi-class classification problem if the response is rounded to the nearest integer.
Has Missing Values?
No
Introductory Paper
By A. Tsanas, Angeliki Xifara. 2012
Published in Energy and Buildings, vol. 49
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
X1 | Feature | Continuous | Relative Compactness | no | |
X2 | Feature | Continuous | Surface Area | no | |
X3 | Feature | Continuous | Wall Area | no | |
X4 | Feature | Continuous | Roof Area | no | |
X5 | Feature | Continuous | Overall Height | no | |
X6 | Feature | Integer | Orientation | no | |
X7 | Feature | Continuous | Glazing Area | no | |
X8 | Feature | Integer | Glazing Area Distribution | no | |
Y1 | Target | Continuous | Heating Load | no | |
Y2 | Target | Continuous | Cooling Load | no |
0 to 10 of 10
Additional Variable Information
The dataset contains eight attributes (or features, denoted by X1...X8) and two responses (or outcomes, denoted by y1 and y2). The aim is to use the eight features to predict each of the two responses. Specifically: X1 Relative Compactness X2 Surface Area X3 Wall Area X4 Roof Area X5 Overall Height X6 Orientation X7 Glazing Area X8 Glazing Area Distribution y1 Heating Load y2 Cooling Load
Dataset Files
File | Size |
---|---|
ENB2012_data.xlsx | 74.4 KB |
Papers Citing this Dataset
Sort by Year, desc
By Mahmut Yazici, Shadi Basurra, Mohamed Gaber. 2018
Published in Big Data and Cognitive Computing.
By Jan Zegklitz, Petr Posík. 2017
Published in ArXiv.
0 to 3 of 3
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset energy_efficiency = fetch_ucirepo(id=242) # data (as pandas dataframes) X = energy_efficiency.data.features y = energy_efficiency.data.targets # metadata print(energy_efficiency.metadata) # variable information print(energy_efficiency.variables)
Tsanas, A. & Xifara, A. (2012). Energy Efficiency [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C51307.
Creators
Athanasios Tsanas
Angeliki Xifara
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.