-
Notifications
You must be signed in to change notification settings - Fork 884
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
Conformal Predictions #1704
Comments
Perhaps Darts could leverage MAPIE for implementing conformal inference? |
For those interested, Conformal Tights is a Python package that adds conformal prediction to Darts: https://github.com/radix-ai/conformal-tights |
Working on it. For the beginning we were thinking about the Naive Conformal Model and Conformalized Quantile Regression. |
Could you add a facility for weighting seasonality i.e. yearly, and decay weighting for recency, within the Naive approach? I find these to be useful. |
Hmm.. For the first version probably not (to keep things simple for a start, it's already getting quite big ;) ). But the goal is to make it easy to define a custom CP model/class with the ability to customize how to calibrate the intervals based on the residuals. After the first version, we're more than happy to further improve / expand on it. |
That makes sense; I also found it was a large amount of work, especially with PyTorch models. But then I was trying to hack PUNCC and MAPIE... I'm unsure if this is useful, but I have found this YouTube channel a useful reference: https://github.com/mtorabirad/MLBoost Anyhow, thank you for the update, Dennis. I'm excited about this. We use darts in production, and your work is greatly appreciated! |
Conformal predictions could be a valuable addition to darts.
It would require some brain storming/planning of how (or if) we can integrate this into our API / extend the API.
Some links:
The text was updated successfully, but these errors were encountered: