Icon

Rolling Revenue Forecasting - Deployment

<p><strong>Rolling Revenue Forecasting - Deployment</strong></p><p>This workflow generate rolling revenue forecasts across regions and product lines, using a dynamic walk-forward approach that reflects real-world monthly forecasting. It imports a trained regression model and uses lag-based features to capture temporal revenue dependencies. In the rolling forecast scenario, predictions are recursively fed back into the dataset and the model to generate sequential forecasts for future periods. The workflow relies on historical monthly data of 2023, with the goal of generating monthly forecasts for 2024 across regions and products. Results and predictions are presented in an interactive dashboard.</p><p></p>

Rolling Revenue Forecasting - Deployment


This workflow generate rolling revenue forecasts across regions and product lines, using a dynamic walk-forward approach that reflects real-world monthly forecasting. It imports a trained regression model and uses lag-based features to capture temporal revenue dependencies. In the rolling forecast scenario, predictions are recursively fed back into the dataset and the model to generate sequential forecasts for future periods. The workflow relies on historical monthly data of 2023, with the goal of generating monthly forecasts for 2024 across regions and products. Results and predictions are presented in an interactive dashboard.

Visualization

Generate Monthly Rolling Forecasts

  • Implements walk-forward logic by generating lag features, applying the trained model, and recursively updating the dataset with new predictions.

Data Reading

Create Lag 3.6.12
Lags
Collect forecastsfor 2024
Recursive Loop End
Open view
Rolling Revenue Forecasting Dashboard
Rename prediction column to match original revenue fieldfor the recursive loop
Column Renamer
Create Next Forecast Month
Next Month Generation
Standardizes column naming for reporting and visualization
Column Renamer
Historic data and new forecast
Concatenate
Trained Random Forest model
Model Reader
Only 2024-01-01
Expression Row Filter
Read historicalfinancial andsales data for 2023
CSV Reader
Ensures feature alignmentwith training schema
Column Filter
Random Forest Predictor (Regression)
Starts the walk-forward forecasting loop
Recursive Loop Start
Old Data and new Rows
Concatenate
Column Filter

Nodes

Extensions

Links