Icon

Manufacturing Demand Forecasting

<p><strong>Manufacturing Demand Forecasting</strong></p><p>This workflow performs time series forecasting on automotive product demand for a manufacturing company using SARIMA models. The dataset contains historical data (2020-2024) on weekly produced quantities for three different products (winter tires, A/C compressors, and windshield wipers), the date stamp, as well as additional manufacturing information (e.g., the production value, scrap rate, plant temperature, etc.). The goal is to help the manufacturer accurately forecast the quantities to produce in order to avoid out-of-stock events and empty shelves for customers.</p><ul><li><p>The workflow accesses the dataset, allows product selection, aggregates values to weekly granularity, and visually explores the time series.</p></li><li><p>Splits data into training (2020–2023) and testing (2024), trains SARIMA models, and generates forecasts.</p></li><li><p>Finally, it joins results, extends forecasts into 2025–2026, and visualizes/scores performance with metrics and plots.</p></li></ul>

Manufacturing Demand Forecasting


This workflow performs time series forecasting on automotive product demand for a manufacturing company using SARIMA models. The dataset contains historical data (2020-2024) on weekly produced quantities for three different products (winter tires, A/C compressors, and windshield wipers), the date stamp, as well as additional manufacturing information (e.g., the production value, scrap rate, plant temperature, etc.). The goal is to help the manufacturer accurately forecast the quantities to produce in order to avoid out-of-stock events and empty shelves for customers.

  • The workflow accesses the dataset, allows product selection, aggregates values to weekly granularity, and visually explores the time series.

  • Splits data into training (2020–2023) and testing (2024), trains SARIMA models, and generates forecasts.

  • Finally, it joins results, extends forecasts into 2025–2026, and visualizes/scores performance with metrics and plots.

Data Reading

Data Preparation and Time Series Exploration

Model Training and Forecast Generation

Visualize and Score Forecasts

  • Weekly quantity forecasts for 2024, using 2020-2023 training data

  • Weekly quantity forecasts for entire time series, using 2020-2024 training data

  • Weekly quantity forecasts for future years (2025-2026)

52 week forecasts(1 year = 2024)
SARIMA Predictor (Labs)
Joiner
Top: weeks 2020-2023Bottom: weeks 2024
Rule-based Row Splitter
Aggregate data tocompute tot quantitieson a weekly granularity
Data preprocessing
2025 and2026
Append date stamps
SARIMA Learner (Labs)
Time series exploration
104 week forecasts = 2 * 52(2 years = 2025 and 2026)
SARIMA Predictor (Labs)
Concatenate
SARIMA Learner (Labs)
Joiner
Double-clickto select product
Select product
Automotivemanufacturingproducts
Excel Reader
Scoring metrics andvisualizations
Visualize & score forecasts

Nodes

Extensions

Links