Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recursive predictions #7

Open
smilets opened this issue Sep 12, 2024 · 2 comments
Open

recursive predictions #7

smilets opened this issue Sep 12, 2024 · 2 comments

Comments

@smilets
Copy link

smilets commented Sep 12, 2024

Can you make recursive predictions?

@FilippoMB
Copy link
Owner

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.

@smilets
Copy link
Author

smilets commented Sep 18, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants