← All projects

PROJECT 050 / 102 · Energy

One-hour-ahead appliance forecast.

Can lagged energy and known calendar features estimate appliance use an hour ahead?

Focused analytical studyAppliance energyExecuted notebook

THE RESULT

What the data shows

The largest computed metric is 41.74 for Median baseline; the smallest is 40.4 for Ridge. Metric: mae (Wh MAE).

Forecast origin is one hour before each target interval, assuming the latest lagged interval has finalized. Later test predictions can use already observed earlier actuals.

One-hour-ahead appliance forecast — chart from the computed study output
Computed study output. Full values and units are available in the results download.
Computed results · 3 of 3 rows. Values rounded for display; source units and raw column names are retained in the download.
modelmaermser2bias
Median baseline41.7494.46-0.1569-34.79
Ridge40.478.340.20441.574
Extra trees41.2376.520.24087.269
Download the complete result table ↓

THE METHOD

From source to answer

Chronological regression with clock-time lags at 1, 2 and 24 hours.

The Python source exposes this study’s transformations. The complete project download includes shared preparation and evaluation routines.

EVALUATION

How the result was checked

First 80% of ordered observations train; final 20% test.

15,672Training observations
3,919Test observations

Fixed configurations specified before scoring; no tuning on the holdout.

Target and input features

Target: appliances

Inputs: hour, weekday, lag_6, lag_12, lag_144, prior_hour_mean

Download evaluation record ↓

THE NEXT DECISION

What follows from the finding

Measure reporting latency and test on a later season before using the forecast operationally.

Where the conclusion stops

Measurements come from one home over a limited period. Energy is Wh per recorded 10-minute interval. This is not a representative household sample; tariffs and occupancy labels are unavailable.

Related studies may reuse observations or holdouts. These are historical analyses; associations and backtests do not demonstrate commercial impact. Further model tuning needs new, untouched evaluation data.