Ensemble-Conformalized-Quantile-Regression icon indicating copy to clipboard operation
Ensemble-Conformalized-Quantile-Regression copied to clipboard

recursive predictions

Open smilets opened this issue 1 year ago • 2 comments

Can you make recursive predictions?

smilets avatar Sep 12 '24 05:09 smilets

Hi,

I never tried and I'm not completely sure what you mean. But, let's say that at inference time the forecasting model progressively generates new predictions (with an associated confidence interval) by using as input the previous predictions. Then yes, it is possible to adjust such confidence intervals with the offsets estimated with conformal prediction on the calibration set.

I hope this answers your question.

FilippoMB avatar Sep 13 '24 09:09 FilippoMB

Thank you very much for your answers. I apologize for disturbing you again. I would like to consult you on another issue. If I want to directly use the TCN model for ensemble conformalized quantile regression, I would like to consult on the specific steps. Should I directly call the EnCQR method, or do I need to first use the TCN model for training and prediction, that is, call the corresponding fit method and transform method, and then call the EnCQR method?

smilets avatar Sep 18 '24 08:09 smilets