-
Notifications
You must be signed in to change notification settings - Fork 52
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
Multisplit Conformal Implementation #11
Comments
To implement multisplit conformal prediction we added a new function called conformal.pred.msplit. To be more precise, the function takes as input: The function returns a list with the following components: lo, up. They are matrices of We also built an example script, called ex.conformal.pred.multisplit, to test the code, similarly to the already |
@paolo-vergo Sorry for the long delay. This sounds great! Please go ahead and implement it on a branch and submit a PR. |
I have sent you a pull request. Have a nice day! |
It would be useful to implement, as a prediction method, the Multisplit Conformal one by Solari & Djordjilović (https://arxiv.org/pdf/2103.00627.pdf)
The text was updated successfully, but these errors were encountered: