-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bellman and hopCP? #29
Comments
Hi @AugustComte, thanks for the pointers! Some reflections on these below. BCI:
HopCT:
Yes, Conformal Tights' |
Thank you for the response, it's all useful to information. I agree that BCI looks like a better option, if I get the opportunity I may try to incorporate it locally 🤞 but I can't commit beyond that either sorry. |
Hello there, there are a few other approaches to this that I have seen and wondered if they are on your radar.
Bellman Conformal Inference (BCI) - optimises prediction intervals for time series by formulating a stochastic control problem that minimizes interval lengths while ensuring target coverage levels. It uses dynamic programming to solve this problem, adjusting the trade-off between interval length and miscoverage. It works mostly for multistep forecasting, making it unsuitable for recursive modelling.
Hopfield Network (HopCT) – Uses a Hopfield network architecture to extract features from a time series and compute prediction errors. The errors are then used to weight the values in the series based on their similarity to past errors. It is primarily used with multivariate data. https://ml-jku.github.io/HopCPT/
I wondered if these could be options, as they make claims about improved approaches to coverage?
Side note, I haven't tried this yet, but does this work with darts back testing? For example say I ran a single backtest and could I use conformal tights to generate quartiles for the backtest?
The text was updated successfully, but these errors were encountered: