-
Couldn't load subscription status.
- Fork 5
Description
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?