Time series forecasting combining Prophet and XGBoost to predict demand and sales, reducing the guesswork in inventory and staffing decisions.
Historical sales data is decomposed into trend, seasonality, and residual components with Prophet, while XGBoost captures non-linear effects Prophet misses. The combined forecast can be wired directly into an n8n workflow for automatic weekly or monthly reports.