Predictive Intelligence

A forecast is published by default only while the model remains qualified by daily out-of-sample, calibration and drift checks.

Daily operations: success

API: /docs | models | operations | decisions

ModelRegistryDescription
last_valuebaselineNaive persistence baseline using the last observed target value.
moving_average_7candidateSeven-observation rolling mean baseline.
seasonal_naive_7candidateWeekly seasonal naive baseline using the value seven days before the forecast origin when available.
linear_trend_14candidateOrdinary least-squares trend over the latest fourteen target observations.
lagged_linearcandidateCross-domain univariate OLS using a predictor known at forecast origin and a future target at the selected horizon.

Recent qualification decisions