Stateful Conformal Predictors #91
Schinkikami
started this conversation in
Ideas
Replies: 1 comment
-
Hi!
Your solution is also possible, but I found this one a bit lighter. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I just found your library and I am really excited, that you offer a platform that implements the CP algorithms. So far most of what I have used was hand-implemented.
However, why are the CP classes (e.g. AdaptivePredictionConformalClassifier) not stateful? To me, it seems logical to initialize the CP algorithm with the calibration probabilities and target variables so that during initialization the quantile is computed. Then at a later point, this class (and it's precomputed quantile) is reused to compute conformal sets for given inputs during deployment.
If for example such a system should be used in a live environment, the production of conformal sets should be able to run in a fast and responsive loop. However, currently, you would need to recompute the conformal quantile each time from the whole (identical) calibration dataset, to produce conformal sets.
Beta Was this translation helpful? Give feedback.
All reactions