Previous Issue
Volume 8, June
 
 

Forecasting, Volume 8, Issue 4 (August 2026) – 17 articles

  • Issues are regarded as officially published after their release is announced to the table of contents alert mailing list.
  • You may sign up for e-mail alerts to receive table of contents of newly released issues.
  • PDF is the official format for papers published in both, html and pdf forms. To view the papers in pdf format, click on the "PDF Full-text" link, and use the free Adobe Reader to open them.
Order results
Result details
Section
Select all
Export citation of selected articles as:
26 pages, 2151 KB  
Article
Terrain Controls on the Portability of Rainfall Prediction Models: A Framework for Transferability and Adaptability Across Tropical and Temperate Climates
by Ogochukwu Ejike, David Ndzi and Muhammad Shakir
Forecasting 2026, 8(4), 69; https://doi.org/10.3390/forecast8040069 (registering DOI) - 8 Aug 2026
Abstract
Rainfall prediction models often lose skill when transferred across regions, particularly in data-sparse settings where local recalibration is not feasible. This study investigates whether topographically analogous landscapes exhibit consistent patterns of model portability in next-day rainfall occurrence prediction across contrasting climates. Random Forest [...] Read more.
Rainfall prediction models often lose skill when transferred across regions, particularly in data-sparse settings where local recalibration is not feasible. This study investigates whether topographically analogous landscapes exhibit consistent patterns of model portability in next-day rainfall occurrence prediction across contrasting climates. Random Forest and Logistic Regression classifiers trained on multi-year daily atmospheric data were evaluated across three hydrogeomorphic classes, Alluvial/Valley, Delta/Marsh, and Coastal Plain, using paired temperate sites in the United States and tropical sites in Malaysia. Portability was quantified using Transferability, representing a model’s ability to export predictive skill, and Adaptability, representing a site’s receptivity to externally trained models. Performance, sensitivity, and stability metrics were synthesized within a Behaviour Grid to support systematic interpretation. Results reveal a robust terrain-driven hierarchy: Delta/Marsh models are the strongest exporters, Alluvial/Valley sites the most adaptable receivers, and Coastal Plain sites are stable generalists. This general hierarchy is preserved across climates and years when evaluated using Area Under the Receiver Operating Characteristics Curve, indicating strong terrain structuring of portability, although fixed-threshold performance metrics show sensitivity to temporal variability. These findings indicate that terrain class provides a useful basis for evaluating cross-regional model transfer, supporting more informed regionalisation and deployment decisions across heterogeneous environmental settings. Full article
33 pages, 7481 KB  
Article
Distinguishing Contemporaneous Rule Recovery from Financial Risk Forecasting in Higher Education Institutions: A Controlled Synthetic-Panel Experiment
by Yu Chao, Nur Fazidah Elias, Yazrina Yahya, Ruzzakiah Jenal and Mo Fan
Forecasting 2026, 8(4), 68; https://doi.org/10.3390/forecast8040068 - 7 Aug 2026
Abstract
High classification performance in financial-risk early-warning research may reflect recovery of a constructed contemporaneous rating rule rather than prediction of an independent future outcome. This study distinguishes these two forms of evidence through a controlled synthetic-panel experiment situated in the context of higher [...] Read more.
High classification performance in financial-risk early-warning research may reflect recovery of a constructed contemporaneous rating rule rather than prediction of an independent future outcome. This study distinguishes these two forms of evidence through a controlled synthetic-panel experiment situated in the context of higher education institutions (HEIs). Task 1 is a contemporaneous positive-control audit in which the four components defining a deterministic three-class rating are supplied to the classifiers. Task 2 uses predictors measured at year t1 to classify the rating at year t through strict rolling-origin evaluation under prespecified Weak, Moderate, and Strong temporal-persistence conditions. In Task 1, the four fitted classifiers achieved held-out Macro-F1 values of 0.9968–1.0000, demonstrating near-complete recovery of the disclosed rating rule but providing no prospective forecasting evidence. In Task 2, the best mean annual Macro-F1/Macro-AUC increased from 0.480/0.696 under Weak persistence to 0.549/0.747 under Moderate persistence and 0.633/0.824 under Strong persistence. The Weak–Moderate–Strong ordering was observed for both primary metrics across all four fitted classifiers, while higher model complexity provided no consistent advantage within the disclosed synthetic mechanism. These findings confirm contemporaneous rule recoverability and sensitivity to deliberately embedded temporal persistence only within the controlled experiment. They do not establish predictive validity, transportability, or decision benefit in real HEIs. The study contributes a reproducible task-to-claim approach that aligns target construction, predictor–target overlap, information timing, rolling-origin evaluation, probability quality, and model performance with the inferences that the resulting evidence can legitimately support. Real-world validation would require source-indexed longitudinal HEI data, independently adjudicated post-origin outcomes, verified information-availability dates, external testing, and prospective decision evaluation. Full article
21 pages, 1832 KB  
Article
VMD-Enhanced Multi-Model Ensemble Framework for Tourism Demand Forecasting: A Feature Engineering Approach
by Cuicui Yu, Wangyu Shen, Erlong Zhao, Shouyang Wang and Pei Du
Forecasting 2026, 8(4), 67; https://doi.org/10.3390/forecast8040067 - 5 Aug 2026
Viewed by 143
Abstract
This paper proposes a novel variational mode decomposition (VMD)-enhanced ensemble framework for tourism demand forecasting, which achieves competitive predictive performance. The core innovation is a structured hybrid methodology that first employs VMD to decompose complex temporal signals, from which multiple interpretable features—encoding trend, [...] Read more.
This paper proposes a novel variational mode decomposition (VMD)-enhanced ensemble framework for tourism demand forecasting, which achieves competitive predictive performance. The core innovation is a structured hybrid methodology that first employs VMD to decompose complex temporal signals, from which multiple interpretable features—encoding trend, volatility, and momentum characteristics—are extracted. These enriched features are then processed by an intelligently weighted ensemble of three diverse models: support vector regression (SVR), gradient boosting regression (GBR), and random forest (RF). An adaptive weighting mechanism dynamically optimizes the contribution of each base model, enhancing robustness and accuracy. Comprehensive experiments demonstrate the framework’s superior effectiveness. Compared to strong contemporary benchmarks such as CNN-LSTM, our approach achieves significant error reduction: an RMSE of 0.837 (16.29% improvement), an MAE of 0.584 (12.19% improvement), and a MAPE of 15.42% (13.38% improvement). These results validate that the integration of VMD-based feature engineering with an adaptive multi-model ensemble effectively captures complex temporal dynamics and mitigates individual model limitations. Full article
Show Figures

Figure 1

13 pages, 357 KB  
Article
Accelerating Probabilistic Forecasting: A GPU-Based Approach to Reducing Computational Time
by Juan R. Trapero, Enrique Holgado de Frutos and Francisco Ramos
Forecasting 2026, 8(4), 66; https://doi.org/10.3390/forecast8040066 - 5 Aug 2026
Viewed by 130
Abstract
High-performance computing based on general-purpose graphical processing units (GPUs) is a powerful tool for reducing computational time. In a context where big data is becoming increasingly relevant, GPUs may play a crucial role. This study analyzes the performance of GPUs by implementing probabilistic [...] Read more.
High-performance computing based on general-purpose graphical processing units (GPUs) is a powerful tool for reducing computational time. In a context where big data is becoming increasingly relevant, GPUs may play a crucial role. This study analyzes the performance of GPUs by implementing probabilistic forecasts based on single exponential smoothing combined with simulated predictive distributions. In supply chain environments, companies must generate a large number of forecasts at the SKU level. Therefore, reducing computational time can provide a significant competitive advantage. Since forecasts are typically computed independently for each SKU, the problem is naturally parallelizable, making it well-suited for GPU computing. To the best of the authors’ knowledge, this is the first study to apply GPU computing to demand forecasting in a supply chain context. First, we show how to adapt typical probabilistic forecasting algorithms to a parallel computing framework. Then, real data from a manufacturing company are used to compare GPU and traditional CPU implementations.Theresults indicate that GPUs can deliver computational speedups ranging from 28 to 42 times relative to CPU-based implementations. Full article
(This article belongs to the Section Forecasting in Economics and Management)
Show Figures

Figure 1

24 pages, 2498 KB  
Article
Do Solana Exchange Flows Matter? Hypothesis-Driven Evidence from Short-Term SOL Direction Forecasting
by Yan Egorov, Dmitry Grigoriev, Daniil Zharikov and Anastasia Grigorieva
Forecasting 2026, 8(4), 65; https://doi.org/10.3390/forecast8040065 - 30 Jul 2026
Viewed by 166
Abstract
This study examines whether centralized-exchange flows improve one-day-ahead forecasts of SOL return direction. Daily on-chain analysis (OCA) predictors are constructed from more than 41 million transfers above 1 SOL involving 101 labeled centralized-exchange hot wallets. Seven feature sets are evaluated using CatBoost, XGBoost, [...] Read more.
This study examines whether centralized-exchange flows improve one-day-ahead forecasts of SOL return direction. Daily on-chain analysis (OCA) predictors are constructed from more than 41 million transfers above 1 SOL involving 101 labeled centralized-exchange hot wallets. Seven feature sets are evaluated using CatBoost, XGBoost, Random Forest, LSTM, and BiLSTM across four expanding-origin holdouts, with Elastic Net Logistic Regression as a linear benchmark. Technical analysis (TA) achieves the strongest average classification and transaction-cost-adjusted trading performance. OCA performs weakly alone and provides no stable average improvement when added to Baseline or TA. Selected flow- and volume-related subblocks outperform unrestricted OCA on individual descriptive metrics, but none achieves positive average trading performance. Observable Solana exchange flows therefore provide no robust standalone or incremental forecasting advantage beyond conventional predictors. Full article
(This article belongs to the Section Forecasting in Economics and Management)
Show Figures

Figure 1

18 pages, 661 KB  
Article
Modelling the RES Balanced Integration in Forecasting the Power System’s Long-Term Development
by Tetiana Nechaieva, Volodymyr Derii, Artur Zaporozhets and Viktor Denysov
Forecasting 2026, 8(4), 64; https://doi.org/10.3390/forecast8040064 - 27 Jul 2026
Viewed by 208
Abstract
The growing integration of variable renewable energy sources (VRES) challenges power system flexibility and may cause curtailment due to excess capacity, grid constraints, or operational and market factors. Power-to-Heat (PtH) technology can mitigate these issues by coupling electricity and district heating sectors, providing [...] Read more.
The growing integration of variable renewable energy sources (VRES) challenges power system flexibility and may cause curtailment due to excess capacity, grid constraints, or operational and market factors. Power-to-Heat (PtH) technology can mitigate these issues by coupling electricity and district heating sectors, providing additional flexibility and supporting decarbonisation. This study develops a long-term generation capacity expansion model that integrates PtH and district heating system (DHS) operation to achieve balanced VRES penetration. The model includes DHS heat demand balances and links electricity and heat via thermal power plants, combined heat and power (CHP) plants, and PtH units. The methodology is applied to Ukraine’s Integrated Power System and district heating demand through 2040, employing typical daily load profiles discretised into six four-hour segments. Results demonstrate the feasibility of deploying PtH electric boilers during the non-heating season, when high RES and base load nuclear generation create surplus electricity. These boilers convert excess wind and solar power into thermal energy for district heating, displacing natural gas-fired technologies and simultaneously decarbonising electricity and heat supply. Full article
Show Figures

Figure 1

24 pages, 1422 KB  
Review
Machine Learning for Heatwave Prediction: A Global Scoping Review of Environmental Predictors and Modelling Practices
by Adam Ashford, Fahad Ayaz, Muhammad Zeeshan Shakir, Naeem Ramzan, Michael Grebreslasie, Serestina Viriri, David Ndzi, Natalie Dickinson, Llinos Haf Spencer, Mary Lynch and Saloshni Naidoo
Forecasting 2026, 8(4), 63; https://doi.org/10.3390/forecast8040063 - 24 Jul 2026
Viewed by 370
Abstract
As extreme heat events increase in frequency, intensity, and duration due to climate change, forecasting these events has become vital for early warning systems, public health preparedness, and climate adaptation strategies, especially in parts of the world that are already subject to extreme [...] Read more.
As extreme heat events increase in frequency, intensity, and duration due to climate change, forecasting these events has become vital for early warning systems, public health preparedness, and climate adaptation strategies, especially in parts of the world that are already subject to extreme heat, such as tropical regions. In recent years, machine learning (ML) has increasingly been applied to environmental and meteorological data to improve the prediction of heatwaves and extreme heat events. This scoping review examines global peer-reviewed literature on the application of ML techniques for extreme heat prediction using environmental variables. This includes heatwave prediction, environmental and meteorological predictors used in these models, and the geographical distribution of existing research. A total of 23 peer-reviewed studies meeting the inclusion criteria were included in the review, following the PRISMA-ScR guidelines. The findings indicate that artificial neural networks and random forest models were most frequently reported as high performing within individual studies. However, direct comparisons across studies are limited by heterogeneity in prediction targets, validation strategies, lead times, heatwave definitions, and performance metrics. Temperature-related variables, especially maximum temperature, were consistently identified as the most influential predictors across studies. Furthermore, the evidence base was heavily concentrated in Europe, Asia, and North America, with comparatively limited representation from low- and middle-income countries respective to population, despite these regions often experiencing disproportionate impacts of climate change and extreme heat exposure. By synthesising current evidence on ML-based heatwave prediction, associated environmental predictors, and geographical research trends, this review provides insights to support the development of more robust, context-aware, and globally representative heatwave forecasting frameworks. Full article
Show Figures

Figure 1

19 pages, 9685 KB  
Article
Assessing the Propagation of Weather Forecast Errors into Power Outage Predictions
by Farzaneh Esmaeilian, Xinxuan Zhang, Fatemeh Azizpourshoubi, Marina Astitha and Emmanouil Anagnostou
Forecasting 2026, 8(4), 62; https://doi.org/10.3390/forecast8040062 - 23 Jul 2026
Viewed by 293
Abstract
Reliable power systems are essential to modern life, as severe storms continue to disrupt grid stability and cause widespread outages. Predicting storm outages enables utilities and emergency managers to pre-stage resources and improve resilience. However, the several days of forecast lead time typically [...] Read more.
Reliable power systems are essential to modern life, as severe storms continue to disrupt grid stability and cause widespread outages. Predicting storm outages enables utilities and emergency managers to pre-stage resources and improve resilience. However, the several days of forecast lead time typically needed for preparedness significantly affect the accuracy of outage predictions. This study investigates the impact of forecast lead time on the error propagation of a Gradient Boosting Machine (GBM)-based outage prediction model (OPM) driven by Weather Research and Forecasting (WRF) model forecasts and analysis predictions. We evaluate three error-analysis scenarios: FFAP (forecast vs. analysis-based outage predictions), FFAO (forecast vs. actual outages), and LFAO (leave-one-storm-out forecast vs. actual outages). Model performance is compared using Mean Absolute Percentage Error (MAPE) and Centered Root-Mean-Square Error (CRMSE) across short (12 h–1 d), medium (2–3 d), and long (4–5 d) forecast lead-time categories, with the long category representing the upper end of the medium-range forecast window relevant to operational preparedness. The results show that forecast lead time substantially affects outage prediction accuracy, but the magnitude depends on the evaluation setup. In the controlled FFAP scenario, CRMSE increased by approximately 110% as lead time increased, from 259 to 543 outages, isolating the effect of weather forecast degradation. In the more operational LFAO scenario, CRMSE was already high at short lead times, increasing from 847 to 920 outages, indicating that model generalization error dominates once storms are unseen. Across scenarios, LFAO errors were 51% higher than FFAO errors at short lead times, highlighting the importance of testing outage models under unseen-event conditions. These results quantify how forecast degradation and model generalization jointly shape the reliability of outage prediction and provide practical guidance for lead-time-aware storm preparedness. Full article
Show Figures

Figure 1

42 pages, 4364 KB  
Article
Week-Ahead Electricity Price Forecasting for Battery Arbitrage: Benchmarking ML/DL Models and Interpreting Feature Importance Through Merit-Order Pricing in Spain
by Amgad Khamis, Francesco Crespi and David Sánchez
Forecasting 2026, 8(4), 61; https://doi.org/10.3390/forecast8040061 - 21 Jul 2026
Viewed by 493
Abstract
Accurate electricity price forecasting is essential for market participants seeking to optimise bidding and arbitrage strategies. This paper presents a week-ahead (168 h) hourly electricity price forecasting study for the Spanish day-ahead market. Nine competing models—two naïve baselines (a Seasonal Naïve and a [...] Read more.
Accurate electricity price forecasting is essential for market participants seeking to optimise bidding and arbitrage strategies. This paper presents a week-ahead (168 h) hourly electricity price forecasting study for the Spanish day-ahead market. Nine competing models—two naïve baselines (a Seasonal Naïve and a Day-of-Week persistence), a Lasso-estimated auto-regressive (LEAR) statistical benchmark, and six machine- and deep-learning models (CatBoost, Random Forest, LSTM, GRU, CNN, and a hybrid CNN–LSTM)—are benchmarked; the two leading models, CNN–LSTM and CatBoost, are then compared under exogenous-feature configurations. The analysis is complemented by an ex-post Add-One-In and Leave-One-Out feature-importance analysis, a controlled comparison of weather-input scenarios, and a rolling battery-arbitrage backtest that translates forecast quality into economic value. Under an endogenous benchmark of weekly rolling origins across 2024 (with a rotating start weekday) and Diebold–Mariano testing, a recursive CatBoost and the hybrid CNN–LSTM are statistically indistinguishable and both significantly outperform a direct multi-horizon CatBoost; once an operational (forecasted) weather input is added, recursive CatBoost becomes significantly the most accurate while remaining simpler and more stable to train, a ranking confirmed on a fully out-of-sample 2025 year. Operational weather forecasts are found to be the best weather input, recovering about 84% of the perfect-foresight weather improvement over a no-weather baseline, with the advantage concentrated at longer lead times. Natural-gas-fired generation emerged as the dominant explanatory feature, consistent with the marginal-pricing mechanism governing the Spanish market. In a rolling battery-arbitrage backtest on the out-of-sample 2025 year, a deployable forecast-driven 4-h grid-scale unit (200 MW/800 MWh) captured about 89% of perfect-foresight value at a 168 h optimisation horizon and about 87% at 24 h; extending the horizon from 24 h to 168 h added about 2.4% of profit, an optimisation-horizon (look-ahead) effect bounded at +4.5% under perfect foresight. Full article
(This article belongs to the Collection Energy Forecasting)
Show Figures

Figure 1

20 pages, 2231 KB  
Article
Identifying Key Attributes Associated with Short-Term Rental Occupancy Rates: Case of Airbnb
by Sanelisiwe Amanda Nkomo, Ehsan Ahmadi and Reza Maihami
Forecasting 2026, 8(4), 60; https://doi.org/10.3390/forecast8040060 - 18 Jul 2026
Viewed by 510
Abstract
Short-term rental housing plays an important role in the housing market by increasing property utilization and generating income opportunities for property owners. This study investigates the key attributes associated with Airbnb occupancy rates using listing data from five major U.S. cities. Data mining [...] Read more.
Short-term rental housing plays an important role in the housing market by increasing property utilization and generating income opportunities for property owners. This study investigates the key attributes associated with Airbnb occupancy rates using listing data from five major U.S. cities. Data mining and machine learning techniques, including Random Forest, XGBoost, Deep Neural Networks (DNN), and hierarchical cluster analysis, were applied to identify factors associated with occupancy rate variation. Random Forest achieved the best performance (R2 = 23.92%). Feature importance analysis identified price, location (city), listing capacity, amenities, and host response rate as the variables most strongly associated with occupancy rates. Cluster analysis supported these findings by identifying a dominant group of moderately priced listings with smaller accommodation capacity, more amenities, higher host responsiveness, and an average occupancy rate of 57%. These findings provide data-driven insights that may help property owners optimize listing performance and improve occupancy rates. Full article
Show Figures

Figure 1

46 pages, 2809 KB  
Article
Do Supply-Chain Stress and Geopolitical Risk Predict Strategic Commodity and Clean Energy Market Returns? Evidence from Explainable Machine Learning
by Nader Naifar
Forecasting 2026, 8(4), 59; https://doi.org/10.3390/forecast8040059 - 15 Jul 2026
Viewed by 378
Abstract
This study examines whether daily supply-chain stress and geopolitical risk improve the forecasting of strategic commodity and clean energy market returns. Using daily data on aluminum, copper, nickel, and clean energy from 10 February 2015 to 27 February 2026, the analysis compares a [...] Read more.
This study examines whether daily supply-chain stress and geopolitical risk improve the forecasting of strategic commodity and clean energy market returns. Using daily data on aluminum, copper, nickel, and clean energy from 10 February 2015 to 27 February 2026, the analysis compares a baseline forecasting model based on conventional market controls with augmented specifications that incorporate supply-chain stress, geopolitical risk, and their joint effects. The empirical framework combines multiple machine-learning algorithms with SHAP-based explainability to evaluate both forecast performance and the relative importance of predictors. Formal Diebold-Mariano tests are also used to assess whether the forecasting gains from augmented specifications are statistically significant. A Model Confidence Set analysis is further used to identify statistically superior model groups across the full set of algorithm-specification combinations. The results show that disruption-related predictors contain asset-specific forecasting information, while the comparison across algorithms indicates that no single model uniformly dominates across all assets and loss functions. The forecasting gains from disruption-related predictors, however, are strongly asset-specific and statistically uneven. For aluminum returns, augmented specifications that include supply-chain stress and/or geopolitical risk significantly improve forecast accuracy relative to the baseline. For copper returns, the evidence is weaker and mainly associated with geopolitical risk. For nickel returns, the joint inclusion of supply-chain stress and geopolitical risk provides the greatest improvement. By contrast, clean energy returns remain more closely tied to conventional macro-financial conditions, with no statistically significant incremental gains from disruption-related variables. SHAP evidence further indicates that predictor importance is asset-specific rather than dominated by a single market factor across all assets. The findings highlight the importance of combining flexible forecasting methods with economically interpretable tools when evaluating disruption-sensitive commodity and clean energy markets. Full article
Show Figures

Figure 1

27 pages, 2852 KB  
Article
Causal-Structure-Based Cryptocurrency Price Direction Prediction Model
by Yuantai Cui and Hiroaki Fukunishi
Forecasting 2026, 8(4), 58; https://doi.org/10.3390/forecast8040058 - 7 Jul 2026
Viewed by 511
Abstract
In the highly volatile cryptocurrency market, trading decision support based on price prediction remains a challenging task. Although machine learning and deep learning techniques have been widely applied to cryptocurrency price prediction, many existing approaches rely on correlation-based black-box models, which limits interpretability [...] Read more.
In the highly volatile cryptocurrency market, trading decision support based on price prediction remains a challenging task. Although machine learning and deep learning techniques have been widely applied to cryptocurrency price prediction, many existing approaches rely on correlation-based black-box models, which limits interpretability and robustness. In this study, we employed a NOTEARS-Linear-based Prediction Model (NLBPM) that directly incorporated causal structures inferred through a causal discovery method as structural constraints within the prediction model. Unlike conventional approaches that focus primarily on minimizing prediction error, the NLBPM emphasized return maximization as its objective function, thereby prioritizing practical economic value. Using Bitcoin as a case study, we constructed a model to predict the direction of price movement four hours ahead and evaluated its performance using a rolling-window scheme with a one-month sliding window. Analysis of the inferred causal structures showed that the returns improved when trades were executed only during rolling-window trials in which specific directed edges to the target variable were detected. Based on this finding, we proposed a causal filter strategy that restricts trading to periods in which specific directed edges to the target variable are detected. In the data period analyzed in this study, the selected edge was the one from the opening price (Open) to the target variable. Backtesting experiments incorporating a transaction fee of 0.1% demonstrated that, while the benchmark LSTM model achieved a negative monthly average return of −3.20% and the NLBPM without filtering yielded −0.72%, the NLBPM with the Open filter attained a higher monthly average return of 10.35%. This study supports the usefulness of using inferred causal structure for cryptocurrency trading decision support. Full article
Show Figures

Figure 1

40 pages, 12219 KB  
Article
Integrating Explainability into an Adaptive Transfer Learning with Uncertainty Quantification for PM2.5 Prediction in the Data-Scarce Region of South Africa
by Israel Edem Agbehadji and Ibidun Christiana Obagbuwa
Forecasting 2026, 8(4), 57; https://doi.org/10.3390/forecast8040057 - 4 Jul 2026
Viewed by 498
Abstract
South Africa faces significant challenges in monitoring air pollution from different provinces due to the sparse nature of the sensor network and heterogeneous pollutant sources. Notably, some provinces continue to record a limited amount of data on air pollution, thus making monitoring in [...] Read more.
South Africa faces significant challenges in monitoring air pollution from different provinces due to the sparse nature of the sensor network and heterogeneous pollutant sources. Notably, some provinces continue to record a limited amount of data on air pollution, thus making monitoring in those locations problematic. Fortunately, the capabilities of deep learning models to facilitate effective monitoring in data-scarce locations have been highlighted by researchers; however, these models within the context of transfer learning still lack transparency and uncertainty quantification. Using air pollutants and meteorological factors, this study proposes a transfer learning model for particulate matter (PM2.5) prediction in a data-scarce region. This transfer learning (TL) model leverages an adaptive Bi-directional Gated Recurrent Unit (adaBiGRU) with explainable artificial intelligence (xAI) and uncertainty quantification (UQ) to provide a novel uncertainty-aware adaptation transfer learning (UATL_adaBiGRU) model for a data-scarce location. Variant models based on the adaBiGRU technique, such as the temporal convolution network adaBiGRU (TCN-adaBiGRU) and domain-adversarial neural network adaBiGRU (DANNadaBiGRU), are presented as comparative models. The performance evaluation metrics are root mean squared, R2 score and mean squared error. The R2 score of pre-trained models in source domain is adaBiGRU (0.888), DANN_adaBiGRU (0.7788) and TCN_adaBiGRU (0.876). Furthermore, other comparative TL models include GRU (0.898), MLP (0.802) and adaptive LSTM (0.886). Afterwards, the pre-trained baseline model (adaBiGRU) was fine-tuned in the target domain dataset and the unpromising result contributed to the proposition of the UATL_adaBiGRU model for a data-scarce location, with R2 score of 0.9618. Uncertainty assessment metrics results were also presented for the proposed model. Ablation assessment demonstrates that each component of the UATL_adaBiGRU contributes to enhancing the predictive performance. Again, the Diebold–Mariano (DM) test statistic demonstrates a statistically significant difference between baseline model and UATL_adaBiGRU model. Finally, the local interpretable model-agnostic explanation highlights multi-scaled features as contributing towards the prediction of PM2.5 in the target domain. In view of this result, model fine-tuning is strongly recommended to enhance the robustness of the proposed uncertainty-aware adaption model in data-limited regions in South Africa. Full article
Show Figures

Figure 1

36 pages, 2474 KB  
Article
Forecasting Intermittent Sales in Fashion Retail: A Two-Stage Machine Learning Approach
by Betül Yılmaz Sucuoğlu, Ömer Faruk Beyca and Fuat Kosanoğlu
Forecasting 2026, 8(4), 56; https://doi.org/10.3390/forecast8040056 - 30 Jun 2026
Viewed by 784
Abstract
Intermittent sales patterns, prevalent in fast-fashion retail, pose a critical challenge for conventional forecasting methods. This study empirically compares one-stage and two-stage machine learning (ML) frameworks with classical benchmarks (Croston, SBA). The two-stage approach uses a Random Forest classifier for demand occurrence, followed [...] Read more.
Intermittent sales patterns, prevalent in fast-fashion retail, pose a critical challenge for conventional forecasting methods. This study empirically compares one-stage and two-stage machine learning (ML) frameworks with classical benchmarks (Croston, SBA). The two-stage approach uses a Random Forest classifier for demand occurrence, followed by regression models (RF, GBM, XGBoost, LightGBM) for magnitude. Models are evaluated using weekly sales data from an Iraqi fashion retailer, incorporating rich exogenous features like product attributes, pricing, weather, and special events across 64 unique attribute-defined product group time series. Performance is assessed via a fixed 13-week holdout and rolling-origin cross-validation, with LSTM and Temporal Fusion Transformer (TFT) serving as deep learning benchmarks. Empirical findings show that machine learning configurations achieve superior WRMSSE accuracy, with two-stage models often outperforming one-stage counterparts, and both significantly surpassing classical and deep learning baselines. The Two-Stage XGBoost yielded the lowest WRMSSE, establishing the feature-engineered two-stage framework as the strongest overall for this intermittent retail setting. Furthermore, a detailed SHAP analysis elucidated the distinct feature contributions to demand occurrence versus demand magnitude, providing actionable insights for inventory management. This rigorous benchmarking analysis offers practical implications for inventory planning and demand management in volatile markets, highlighting the effectiveness of explicit demand occurrence modeling. Full article
Show Figures

Figure 1

42 pages, 9574 KB  
Article
DG-TFT-CQR: A Dynamic Graph–Temporal Fusion Transformer with Conformalized Quantile Regression for Wind Power Forecasting
by Yassir El Bakkali, Nissrine Krami, Youssef Rochdi and Achraf Boukaibat
Forecasting 2026, 8(4), 55; https://doi.org/10.3390/forecast8040055 - 26 Jun 2026
Viewed by 332
Abstract
The operational integration of renewable energy into contemporary power systems requires accurate and dependable wind power forecasting, particularly in multi-site settings with nonlinear temporal dynamics, inter-site dependence, and forecast uncertainty. Static site conditioning, conditional variable selection, dynamic graph learning, encoder–decoder temporal fusion, interpretable [...] Read more.
The operational integration of renewable energy into contemporary power systems requires accurate and dependable wind power forecasting, particularly in multi-site settings with nonlinear temporal dynamics, inter-site dependence, and forecast uncertainty. Static site conditioning, conditional variable selection, dynamic graph learning, encoder–decoder temporal fusion, interpretable temporal attention, quantile regression, and post hoc split conformal calibration are all combined in this work to create DG-TFT-CQR, a global multi-site historical-power-based probabilistic forecasting framework. A representative eight-site subset of the AEMO 5 Minute Wind Power benchmark was used to evaluate the model under four different forecasting settings: H1, H3, H6, and H12. The proposed model demonstrated the most balanced probabilistic behavior and the strongest overall point-forecasting performance over these horizons among the compared baselines. The MAE/RMSE/R2 values for the point-forecasting results were 0.025490/0.043186/0.980096 at H1, 0.037241/0.062569/0.958221 at H3, 0.047917/0.079747/0.932133 at H6, and 0.062891/0.102751/0.887340 at H12. Additionally, the model preserved competitive interval sharpness while maintaining empirical coverage near the nominal 90% target. DG-TFT-CQR is the most robust balanced framework, with particularly evident advantages at H1 and H12, according to ablation, site-wise, daily case, statistical, and complexity analyses. In pairwise comparisons, H3 and H6 correspond to more mixed regimes. All things considered, the suggested approach offers a reliable and practically significant solution for multi-site wind power forecasting that takes uncertainty into account. Full article
(This article belongs to the Section Power and Energy Forecasting)
Show Figures

Figure 1

32 pages, 702 KB  
Article
S-NODE-ANF-RRC: Stochastic Neural ODE for Financial Regime Forecasting and False Alarm Control on JSE Equities
by Ntebogang Dinah Moroke
Forecasting 2026, 8(4), 54; https://doi.org/10.3390/forecast8040054 - 24 Jun 2026
Viewed by 349
Abstract
Emerging-market equity exchanges require regime forecasting systems that are continuous in time, robust to heavy-tailed distributions, and optimised against false alarms. No existing method addresses all three simultaneously, and no prior study has reported a crisis false-alarm rate on JSE equities. We propose [...] Read more.
Emerging-market equity exchanges require regime forecasting systems that are continuous in time, robust to heavy-tailed distributions, and optimised against false alarms. No existing method addresses all three simultaneously, and no prior study has reported a crisis false-alarm rate on JSE equities. We propose S-NODE-ANF-RRC: a stochastic neural ODE within an Adaptive Neuro-Fuzzy Risk-Regime Clustering architecture, integrated by a Milstein scheme with Lyapunov-regularised dual-loss training. The system is evaluated as a one-step-ahead probabilistic forecaster (h=1 trading day) on 2696 daily observations across 17 JSE securities (March 2015–March 2026). Gaussian mixture clustering on raw features (kurtosis 54.8) inflates ARI by 1.3×; log-transformation corrects this artefact. Two operational profiles emerge: the N-ODE-ANF-RRC achieves the lowest cost (10,350 bp, 65.1% below GMM) and longest lead time (0.71 days); the S-NODE-ANF-RRC achieves the lowest false alarm rate among probabilistic architectures (FAR = 0.051), with a 42.0% cost reduction versus GMM (McNemar p=0.027, power 1β=0.73; bootstrap CI [5250, 19,600] bp excludes zero). Ablation confirms drift, diffusion, and dual-loss as the minimum viable daily-frequency configuration. Full article
Show Figures

Graphical abstract

37 pages, 568 KB  
Article
Modeling Positive Seasonal Time Series with Dynamic Precision: The Generalized BPSARMA Model
by Kleber H. Santos and Francisco Cribari-Neto
Forecasting 2026, 8(4), 53; https://doi.org/10.3390/forecast8040053 - 24 Jun 2026
Viewed by 233
Abstract
This paper proposes a generalized seasonal beta prime autoregressive moving average model with dynamic precision, denoted by BPSARMA, for modeling and forecasting positive-valued seasonal time series. The proposed framework extends the generalized BPARMA model by incorporating stochastic seasonal dynamics in the conditional mean [...] Read more.
This paper proposes a generalized seasonal beta prime autoregressive moving average model with dynamic precision, denoted by BPSARMA, for modeling and forecasting positive-valued seasonal time series. The proposed framework extends the generalized BPARMA model by incorporating stochastic seasonal dynamics in the conditional mean through seasonal autoregressive and moving average components while allowing a flexible autoregressive structure for the conditional precision parameter, thereby accommodating time-varying uncertainty. The model also allows the inclusion of covariates and deterministic seasonal regressors. Parameter estimation is carried out by conditional maximum likelihood, and the main inferential and diagnostic tools are discussed. Monte Carlo simulations are conducted to examine the finite-sample behavior of the estimators and associated inference procedures. The practical usefulness of the proposed approach is illustrated through hydro-environmental time series applications, where its forecasting performance is evaluated using both in-sample and out-of-sample predictive measures. The empirical results indicate that the BPSARMA specification often provides competitive or superior forecasting accuracy relative to competing models, highlighting its usefulness for modeling and prediction in positive seasonal time series. Full article
(This article belongs to the Section Environmental Forecasting)
Show Figures

Figure 1

Previous Issue
Back to TopTop