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.
Smart Home Appliance Energy Prediction
Dataset Summary
A public, viewer-ready educational challenge dataset. Host-only scoring data and hidden targets are excluded.
Splits
Data Fields
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.
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.
