Skip to content

Project: Data Analytics, Predictive Modeling, Supervised Machine Learning

Notifications You must be signed in to change notification settings

weichi21/Household-Power-Consumption-Prediction

Repository files navigation

Household-Power-Consumption-Prediction

  • The object is to determine which features are indicators of energy consumption.

Dataset: KAG_energydata_complete.csv
Available from: https://www.kaggle.com/datasets/loveall/appliances-energy-prediction/data

The data set is at 10 min for about 4.5 months. 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).

Variable Information:

  • date: year-month-day hour:minute:second
  • Appliances: energy use in Wh
  • lights: energy use of light fixtures in the house in Wh
  • T1: Temperature in kitchen area, in Celsius
  • RH1: Humidity in kitchen area, in %
  • T2: Temperature in living room area, in Celsius
  • RH2: Humidity in living room area, in %
  • T3: Temperature in laundry room area
  • RH3: Humidity in laundry room area, in %
  • T4: Temperature in office room, in Celsius
  • RH4: Humidity in office room, in %
  • T5: Temperature in bathroom, in Celsius
  • RH5: Humidity in bathroom, in %
  • T6: Temperature outside the building (north side), in Celsius
  • RH6: Humidity outside the building (north side), in %
  • T7: Temperature in ironing room , in Celsius
  • RH7: Humidity in ironing room, in %
  • T8: Temperature in teenager room 2, in Celsius
  • RH8: Humidity in teenager room 2, in %
  • T9: Temperature in parents room, in Celsius
  • RH9: Humidity in parents room, in %
  • Tout: Temperature outside (from Chievres weather station), in Celsius
  • Pressure: (from Chievres weather station), in mm Hg
  • RHout: Relative Humidity outside (from Chievres weather station), in %
  • Wind speed: (from Chievres weather station), in m/s
  • Visibility: (from Chievres weather station), in km
  • Tdewpoint: Dew point temperature (from Chievres weather station), °C
  • rv1: Random variable 1, non-dimensional(whether use it or not)
  • rv2: Random variable 2, non-dimensional(whether use it or not)

Releases

No releases published

Packages

No packages published