Skip to main content

One post tagged with "forecast"

View All Tags

Forecast the What-If, Not the Copy: Scenario Branches Meet Time-Series Forecasting

· 7 min read
Joachim Rosskopf
AnoFox Development Team

Two queries. One word different. Two futures.

FROM ts_forecast_by('sales',       product_id, date, quantity, 'AutoETS', 7, '1d')
FROM ts_forecast_by('promo.sales', product_id, date, quantity, 'AutoETS', 7, '1d')

The first forecasts your actual demand. The second forecasts a promotional scenario that exists nowhere on disk. Neither one copied a row.

🍪 Cookie Settings