CPIIW Forecast 2024–2025: How Machine Learning Predicts India's Industrial Worker Inflation
- ▸A study testing 28 machine learning and statistical models found a deep-learning model (LSTM), not classical statistics, best forecasts India's Consumer Price Index for Industrial Workers (CPIIW).
- ▸The winning model projects CPIIW climbing from 138.9 in January 2024 to about 149.8 by December 2025, rising roughly 3.4 points each summer/monsoon and staying flat over winter.
- ▸Because Dearness Allowance is pegged to CPIIW, the forecast implies DA/DR could rise from about 53.48% in July 2024 to roughly 59.26% by July 2025.
Data and preprocessing
The study uses monthly CPIIW data (base 2016 = 100) from the Labour Bureau, Chandigarh, spanning January 2006 to December 2023 — 216 observations. Before modeling, the authors ran three standard diagnostic tests. A Shapiro-Wilk test confirmed the data isn't normally distributed. A Ljung-Box test showed the series is not random white noise (p ≈ 0.00), confirming genuine autocorrelation rather than randomness. An Augmented Dickey-Fuller (ADF) test for stationarity returned a p-value of 0.98 — far above the threshold needed to reject non-stationarity — confirming the raw series is non-stationary: its statistical properties shift over time. First-order differencing was applied to stabilize the series before modeling.
Modeling pipeline
Twenty-seven models were fit using the PyCaret time-series library in Python, spanning simple baselines (naive, seasonal-naive, grand-means forecasters), classical statistical methods (ARIMA, exponential smoothing, Theta forecaster), and regression-based approaches adapted for time series with deseasonalizing and detrending preprocessing (linear regression, Huber regression, ridge, lasso, and related variants). Separately, the authors built an LSTM (Long Short-Term Memory) neural network — an advanced type of recurrent neural network designed to remember long-range patterns in sequential data — and evaluated it on the same held-out data using the same four metrics: MAE, RMSE, MAPE, and R².
The winning model: LSTM
A plain recurrent neural network struggles to learn dependencies that stretch far back in a sequence — the influence of early inputs tends to vanish as it propagates forward. LSTM solves this with a gating mechanism that explicitly controls what a memory cell keeps, discards, and adds at every time step, following the standard formulation:
Model performance: R² across the field
R² measures the share of variation in CPIIW a model explains. LSTM's 0.992 was in a different tier entirely from the rest of the field — the next-best model, a Huber regression with deseasonalizing and detrending, trailed by ten percentage points, and the gap to simple baseline forecasters was far larger still.
| Model | R² |
|---|---|
| LSTM | 0.992 |
| Huber Regression (deseasonalized/detrended) | 0.893 |
| Linear Regression | 0.870 |
| Exponential Smoothing | 0.867 |
| Seasonal-Naive / Grand-Means (baselines) | negative in several cases |
Generalization: training vs. test performance
A model that fits training data well but falls apart on new data isn't actually useful for forecasting. LSTM's performance barely changed between the training set (R² = 0.9921, MAPE = 0.52%) and the held-out test set (R² = 0.9918, MAPE = 0.50%) — a sign the model generalizes rather than simply memorizing the historical series.
The two-year CPIIW forecast
Applying the trained LSTM model, the study projects CPIIW forward month by month from January 2024 through December 2025. The seasonal shape is the notable part: the index stays nearly flat over winter (October–March) but rises by roughly 3.4 points during the summer/monsoon stretch (April–September) each year. Food, Beverages and Tobacco carry nearly half the basket's weight, and monsoon-season rainfall variability — too little rain hurting crop output, too much damaging standing produce — tends to push food prices up sharply in exactly that window.
| Period | CPIIW | Pattern |
|---|---|---|
| January 2024 | 138.9 | -- |
| December 2024 | 144.3 | +5.4 over the year |
| December 2025 | 149.8 | +5.5 over the year |
Dearness Allowance implications
DA/DR for Central Government employees and pensioners is calculated from CPIIW movements under the formula set by the 7th Pay Commission, so the CPIIW forecast translates directly into an estimated DA/DR trajectory.
| Revision | Estimated DA/DR |
|---|---|
| July 2024 | 53.48% |
| January 2025 | 56.17% |
| July 2025 | 59.26% |
A companion result: the same method applied to the US
In the same journal issue, the same author team (Kambo and Jassimar Singh, joined here by Gurinder Singh) ran a directly comparable exercise on US CPI-U inflation, testing 27 models. There, a classical statistical method — ETS (Error, Trend, Seasonality) — won instead of LSTM, not any machine-learning model. That a different model wins on India's series than on the US series is itself informative: there's no universally best forecasting method for a consumer price index, and model choice needs to be validated separately for each country's data rather than assumed to transfer.
Limitations
This is a statistical projection based on historical patterns in the CPIIW series itself, not an economic model incorporating policy decisions, wage-commission revisions, or external shocks — an unusually severe monsoon failure or a sudden food-price spike, for instance, would move CPIIW in ways a purely time-series model, however well-fitted to the past, would not have anticipated in advance. The DA/DR figures above are the study's estimates derived from the CPIIW forecast via the 7th Pay Commission formula, not official rates announced by the Government of India, which are set separately each January and July.
CPIIW isn't an abstract statistic in India — it's the number that decides how much extra Central Government employees and pensioners actually receive twice a year through Dearness Allowance and Dearness Relief, under the formula recommended by the 7th Pay Commission. It also feeds into minimum wage fixation in scheduled employment and gives the Labour Bureau, RBI, and Ministry of Finance a read on inflation pressure facing industrial and wage-earning households specifically — a segment often more exposed to food and fuel price swings than the broader CPI captures. A more accurate CPIIW forecast means DA/DR revisions can be sized closer to what workers actually need to keep pace with the cost of living.
Frequently Asked Questions
What is CPIIW and who publishes it?
CPIIW is the Consumer Price Index for Industrial Workers, a monthly inflation measure (base year 2016 = 100) published by the Labour Bureau, Chandigarh, under India's Ministry of Labour and Employment.
Which machine learning model best predicts CPIIW?
LSTM (Long Short-Term Memory), a recurrent neural network architecture, outperformed 27 other models tested, achieving an R² of 0.992 on the CPIIW time series.
How is CPIIW connected to Dearness Allowance?
DA and DR for Central Government employees and pensioners are calculated from CPIIW movements using a formula set by the 7th Pay Commission, so CPIIW forecasts directly inform expected DA/DR revisions.
Why does CPIIW rise faster in summer than winter?
Food, Beverages and Tobacco make up nearly half the CPIIW basket. Monsoon-season rainfall variability tends to disrupt food production and push prices up between April and September, while winter prices stay comparatively stable.
What CPIIW level is forecast for December 2025?
The LSTM model projects CPIIW at approximately 149.8 by December 2025, up from about 138.9 in January 2024.
Primary Sources
Cite This Article
EconoLens Research Desk. (2026, August 6). CPIIW Forecast 2024–2025: How Machine Learning Predicts India's Industrial Worker Inflation. EconoLens. https://www.econolens.co.in/news/cpiiw-forecast-2024-2025-lstm-india-industrial-worker-inflation
The EconoLens Research Desk reviews academic papers in economics and econometrics, translating cutting-edge research into accessible analysis. Full credit is given to original authors in every review.