-
Notifications
You must be signed in to change notification settings - Fork 84
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
Conf Intervals - qnorm approach #16
Comments
Would be nice if confidence/prediction intervals increased with Would be great to have available some of the bootstrap (/ block bootstrap) approaches Hyndman describes as well. I recently opened tidymodels/parsnip#464 which links to a post I did on bootstrapping prediction intervals in tidymodels on regression problems. I'd thought about adjusting example so could pass in custom resampling object, e.g. so could set-up for time-series resampling schemes for example (but haven't really thought through what this would entail -- also likely need to look more into alternative approaches, e.g. in field of conformal inference, as methodology I walk through is so computationally costly). (Point may be more appropriate in {modeltime.resample} but thought that seemed primarily focused on performance evaluation...). In your overview video you briefly mention distributional forecasts, I'm interested to read plans on that, if documented somewhere? (Also curious how may compare/contrast to {fable}'s approach of creating separate distribution objects that then can handle reconciliation or aggregation schemes). I am just diving into {modeltime}, really awesome stuff! (Apologies if missed available documentation somewhere regarding my questions / comments.) (Also realize is a bit of a stretch for this topic though didn't want to spam with you a bunch of new issues -- feel free to let me know if should open separately or elsewhere.) |
Hey thanks for this. I'd like to make some improvements here. Mainly to make it more scalable by ID of the series rather than a global confidence interval. The existing approach is a prediction interval based on test set error. The docs can certainly be updated to reflect this. Bandwidth is tight at the moment. So will need assistance on any changes you'd like to see in the near term. |
Thanks, I'll report back in a few weeks (after have had time to familiarize myself more with package). But as a starting point from then, I think I could help with adding a few notes in documentation (per #102 ), as well as attempting:
I assume by ID, you are referring to the index of the series (as opposed to the model |
Sounds good. And yes - we should have a way of calculating local confidence intervals and local accuracy. Now that most of our modeling approaches / algorithms accept panel data with time series that has an ID. |
Local confidence intervals and Conformal Prediction intervals are now being tracked in #173 |
Review if the
qnorm()
approach should be used.The text was updated successfully, but these errors were encountered: