Traditional distance-based metrics like MSE and RMSE increasingly fail to differentiate between optimized forecasting models, making ensemble weighting difficult. This piece proposes using spectral entropy from information theory as an alternative metric for ensemble model weighting in time-series forecasting. Applied to inflation data (CPI, PPI, savings rate, business inventories), the author demonstrates that entropy-based inference can separate model performance where distance metrics cannot. A rough entropy inference ensemble scheme is outlined and compared against a distance-based ensemble, with results showing comparable accuracy but room for improvement. The approach is framed as nascent and open to extension, with entropy optimization suggested as a natural next step.
Nguồn: https://towardsdatascience.com/information-theory-and-ensemble-models-ded31db10d8. 8sync News chỉ tóm tắt và dẫn link; bản quyền nội dung thuộc tác giả và nguồn gốc.
Forecasting infectious disease activity differs fundamentally from typical time-series problems like retail sales. Key lessons include: model performance varies significantly by country due to differing epidemiology; strongly seasonal diseases are paradoxically harder to forecast because peak timing and magnitude must all be correct; standard metrics like RMSE can mask critical errors in public health contexts; domain-informed feature engineering often outperforms algorithm-switching; and anomaly detection complements forecasting to catch unexpected divergences. The broader takeaway for data scientists is to shift focus from 'which model' to questions about validation strategy, meaningful metrics, adaptive pipelines, and knowing when a model is wrong.
t0-alpha is a 102M-parameter open-weights probabilistic time-series forecaster from The Forecasting Company, released under Apache-2.0. It uses a decoder-style patch transformer: raw series are split into 32-step patches, embedded, and processed through causal attention layers to emit quantile forecasts rather than a single point estimate. Benchmarked on GIFT-Eval (97 tasks, 55 datasets), t0-alpha achieves CRPS 0.4941 and MASE 0.7240, beating all classical baselines and sitting in a competitive cluster with larger models like Chronos-2 and TimesFM-2.5. The post explains the two types of time-series LLMs, evaluates where t0-alpha excels (broad consistency, high-frequency heterogeneous data) and where it fails (long-horizon multivariate observability data), and discusses open problems including leakage control, calibration, routing/ensembles, stronger classical baselines, and simulator-trained specialist estimators.
A walkthrough of building an LSTM neural network model in Python (using Keras) to forecast the CSI 300 and CSI 500 Chinese stock indices. Covers 16 years of daily trading data (2008–2024), data preprocessing with Z-Score normalization, a single-hidden-layer LSTM architecture with 50 neurons, Adam optimizer, Dropout regularization, and RMSE/MAE evaluation. The model achieves ~2.11% MAPE on CSI 300 and ~2.41% on CSI 500, and generates 10-day forward price forecasts. The article also discusses model limitations (missing macro/sentiment features, black swan sensitivity, manual hyperparameter tuning) and improvement directions including attention mechanisms, CNN-LSTM hybrids, and ensemble learning.
FirstQFM announced at ISC 2026 that its Quantum Reservoir Computing (QRC) system achieved a 56.1% series-level win rate against leading classical foundation-model baselines in zero-shot financial time-series forecasting. Built on proprietary Quantum Foundation Models and powered by NVIDIA CUDA-Q, cuQuantum, and cuTensorNet, the system was scaled on the Leonardo Supercomputer. The company claims to outperform AI forecasting models from Google, Salesforce, and Amazon on NISQ-era hardware, with plans for both cloud and on-premises enterprise deployments using NVIDIA NVQLink.