Skip to content

This is my Hamoye Stage B project. The project focuses on Predicting Energy Efficiency of Buildings. It implemented different Machine Learning algorithm technique that are not limited to Linear Regression, LASSO, Ridge etc.

Notifications You must be signed in to change notification settings

Abdullah2020/Hamoye_StageB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Hamoye_StageB

This dataset was obtain from UCI Index of /ml/machine-learning-databases/00374

   https://archive.ics.uci.edu/ml/machine-learning-databases/00374/

The house temperature and humidity conditions were monitored with a ZigBee wireless sensor network. Each wireless node transmitted the temperature and humidity conditions around 3.3 min. Then, the wireless data was averaged for 10 minutes periods. The energy data was logged every 10 minutes with m-bus energy meters. Weather from the nearest airport weather station (Chievres Airport, Belgium) was downloaded from a public data set from Reliable Prognosis (rp5.ru), and merged together with the experimental data sets using the date and time column. Two random variables have been included in the data set for testing the regression models and to filter out non predictive attributes (parameters). The attribute information can be seen below.

Attribute Information:

  • Date, time year-month-day hour:minute:second
  • Appliances, energy use in Wh (Target)
  • lights, energy use of light fixtures in the house in Wh
  • T1, Temperature in kitchen area, in Celsius
  • RH_1, Humidity in kitchen area, in %
  • T2, Temperature in living room area, in Celsius
  • RH_2, Humidity in living room area, in %
  • T3, Temperature in laundry room area
  • RH_3, Humidity in laundry room area, in %
  • T4, Temperature in office room, in Celsius
  • RH_4, Humidity in office room, in %
  • T5, Temperature in bathroom, in Celsius
  • RH_5, Humidity in bathroom, in %
  • T6, Temperature outside the building (north side), in Celsius
  • RH_6, Humidity outside the building (north side), in %
  • T7, Temperature in ironing room , in Celsius
  • RH_7, Humidity in ironing room, in %
  • T8, Temperature in teenager room 2, in Celsius
  • RH_8, Humidity in teenager room 2, in %
  • T9, Temperature in parents room, in Celsius
  • RH_9, Humidity in parents room, in %
  • To, Temperature outside (from Chievres weather station), in Celsius
  • Pressure (from Chievres weather station), in mm Hg
  • RH_out, Humidity outside (from Chievres weather station), in %
  • Wind speed (from Chievres weather station), in m/s
  • Visibility (from Chievres weather station), in km
  • Tdewpoint (from Chievres weather station), °C
  • rv1, Random variable 1, nondimensional
  • rv2, Random variable 2, nondimensional

About

This is my Hamoye Stage B project. The project focuses on Predicting Energy Efficiency of Buildings. It implemented different Machine Learning algorithm technique that are not limited to Linear Regression, LASSO, Ridge etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published