-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added README file
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
SiteEUI_Prediction | ||
|
||
|
||
The task involves roughly 100k observations of building energy usage records collected over 7 years and a number of states within the United States. The dataset consists of building characteristics (e.g. floor area, facility type etc), weather data for the location of the building (e.g. annual average temperature, annual total precipitation etc) as well as the energy usage for the building and the given year, measured as Site Energy Usage Intensity (Site EUI). Each row in the data corresponds to the a single building observed in a given year. The task is to predict the Site EUI for each row, given the characteristics of the building and the weather data for the location of the building. | ||
|
||
Target site_eui: | ||
Site Energy Usage Intensity is the amount of heat and electricity consumed by a building as reflected in utility bills | ||
|
||
Implementation:- | ||
• Used four regression techniques: Linear regression, decision tree, XGBoost, CatBoost | ||
• CatBoost gave r2 score of 85% after hyperparameter tuning. |