CoolFace
Datasetpublic

hoangbang/smart-home-energy-prediction

Smart Home Appliance Energy Prediction Dataset Summary A public, viewer-ready educational challenge dataset. Host-only scoring data and hidden targets are excluded. Splits Split Examples Description train 15,882 Labeled training data test 3,853 Public inputs with withheld target labels or annotations Data Fields Field Type date object lights int64 T1 float64 RH_1 float64 T2 float64 RH_2 float64… See the full description on the dataset page: https://huggingface.co/datasets/hoangbang/smart-home-energy-prediction.

sourceHugging Faceotherupdated 2mo agoView on Hugging Face
0likes1.1kdownloads
Dataset Card

Smart Home Appliance Energy Prediction

[image]

Dataset Summary

A public, viewer-ready educational challenge dataset. Host-only scoring data and hidden targets are excluded.

Splits

SplitExamplesDescription
train15,882Labeled training data
test3,853Public inputs with withheld target labels or annotations

Data Fields

FieldType
dateobject
lightsint64
T1float64
RH_1float64
T2float64
RH_2float64
T3float64
RH_3float64
T4float64
RH_4float64
T5float64
RH_5float64
T6float64
RH_6float64
T7float64
RH_7float64
T8float64
RH_8float64
T9float64
RH_9float64
T_outfloat64
Pressmmhgfloat64
RH_outfloat64
Windspeedfloat64
Visibilityfloat64
Tdewpointfloat64
Appliancesint64

Labels

Not applicable.

Viewer and Loading

The standard repository layout enables the Hugging Face Dataset Viewer after processing. Load with the datasets library using hoangbang/smart-home-energy-prediction.

python
from datasets import load_dataset

dataset = load_dataset("hoangbang/smart-home-energy-prediction")

Preparation

  • —Tabular data is stored as Parquet.
  • —Image classification uses class directories and ImageFolder metadata.
  • —Object detection uses pixel-space COCO xywh metadata converted from YOLO annotations.
  • —Audio uses WAV folders and split metadata compatible with AudioFolder.
  • —groundtruth.csv, hostonly, filename maps, source archives, and local OS files are excluded.

Source, License, and Attribution

  • —Source: https://archive.ics.uci.edu/dataset/374/appliances+energy+prediction
  • —License note: Adapted from UCI Appliances Energy Prediction (CC BY 4.0); retain original attribution.
  • —Check original source terms before further redistribution or commercial use.

Limitations and Responsible Use

  • —Fixed chronological challenge split.
  • —Test targets are intentionally withheld.