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

Custom prediction intervals #353

Open
adriaanvh1 opened this issue Jun 13, 2024 · 0 comments
Open

Custom prediction intervals #353

adriaanvh1 opened this issue Jun 13, 2024 · 0 comments

Comments

@adriaanvh1
Copy link
Contributor

Description

Currently, the prediction intervals can only be generated using the two provided methods (conformal_distribution & conformal_error). Extending this functionality to custom prediction interval methods would greatly extend the usability of the library.
E.g. by providing a class with a certain signature (e.g. fit method and predict_interval method) that is called in fit and predict and giving the necessary data to these class methods (e.g. the input features, a clone of the model...).

Implementing this inside the library (in contrary to building a wrapper around the MLForecast object) is required in order to include this in the cross-validation pipeline.

Use case

Uncertainty quantification with non built-in methods, when decision making is of high priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant