Conformalized Quantile Regression for Time Series Probabilistic Forecasting

Chris Kuo/Dr. Dataman
Dataman in AI
Published in
10 min readApr 12, 2024

--

Sample eBook chapters (free): https://github.com/dataman-git/modern-time-series/blob/main/20240522beauty_TOC.pdf

eBook on Teachable.com: $22.50
https://drdataman.teachable.com/p/home

The print edition on Amazon.com: $65 https://a.co/d/25FVsMx

Uncertainty in predictions is important for decision-makers to understand the range of potential outcomes and associated risks. By quantifying uncertainty, an organization can make more informed decisions and allocate resources effectively. On prediction uncertainty, we have learned the Quantile Regression (QR) technique and the Conformal Prediction (CP) technique in the previous chapters “Quantile Regression for Time Series Probabilistic Forecasting” and “Conformal Predictions for Time Series Probabilistic Forecasting”. This chapter will explain another important technique — the Conformalized Quantile Regression (CQR). As its name suggests, it combines Quantile Regression (QR) and Conformal Prediction (CP), making both complement each other.

Let’s think of QR first. We like QR because it estimates the conditional quantiles of the target variable such as the median or the 90th percentile, rather than the conditional mean. It can handle heteroscedasticity well by estimating the…

--

--