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

Adding bootstrapping functionnality from residuals of a model #2161

Open
Jonathan-87 opened this issue Jan 13, 2024 · 2 comments · May be fixed by #2552
Open

Adding bootstrapping functionnality from residuals of a model #2161

Jonathan-87 opened this issue Jan 13, 2024 · 2 comments · May be fixed by #2552
Labels
feature request Use this label to request a new feature

Comments

@Jonathan-87
Copy link

Jonathan-87 commented Jan 13, 2024

It would be interesting to be able to add bootstrapping functionnality from residuals of a model of the time series, this would help :

  1. to compute prediction intervals when the method doesn't support it like for regression model (example here : https://otexts.com/fpp3/prediction-intervals.html) and access the full predictive distribution for these models;
  2. when a normal distribution for the residuals is an unreasonable assumption boostrapping is a good alternative (example here : https://otexts.com/fpp3/prediction-intervals.html);
  3. when we need to compute aggregate of forecast being compute at lower level (example here : https://otexts.com/fpp3/aggregates.html);
  4. generate new time series that are similar to our observed series using blocked bootstrap, this can be used for example to compute bagged forecast in order to improve forecast accuracy (https://otexts.com/fpp3/bootstrap.html);
@Jonathan-87 Jonathan-87 added the triage Issue waiting for triaging label Jan 13, 2024
@madtoinou madtoinou added feature request Use this label to request a new feature and removed triage Issue waiting for triaging labels Jan 15, 2024
@dennisbader
Copy link
Collaborator

Hi @Jonathan-87 , this looks closely related to the conformal prediction feature request. We haven't yet decided which algorithm to implement first, but we might go more towards Adaptive Conformal Prediction/Inference rather than the bootstrapping approaches (EnbPI).

The reason is that optimally we could avoid having to re-train the models, especially for heavier regression and torch models.

@Jonathan-87
Copy link
Author

@dennisbader Yes its closely related to the conformal prediction feature request, however do you have an idea how can we compute aggregate of forecast being compute at lower level ?

@dennisbader dennisbader linked a pull request Oct 3, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Use this label to request a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants