Conformal Prediction With Conditional Guarantees #449
Labels
Enhancement
Type: enhancement (new feature or request)
Other
If no other grey tag is relevant
Source: developers
Proposed by developers.
Work in progress
The MAPIE team is working on this.
Milestone
Is your feature request related to a problem? Please describe.
While there are existing methods for adaptive conformal prediction, they fail to simultaneously provide adaptive prediction intervals and guaranteed coverage for identified subgroups.
Describe the solution you'd like$\phi$ function that learns the distribution of conformity scores. This will be implemented using a new
The goal is to implement the solution presented in the Gibbs et al. paper into a new class,
MapieCCPRegressor
. This class will enable users to obtain adaptive prediction intervals with conditional coverage guarantees for every (potentially overlapping) subgroup. The definition of these subgroups, which depends on the data and objectives, will be incorporated into aPhiFunction
class.Additional context
We aim to create a solution that combines the strengths of the following methods while avoiding their drawbacks:
The text was updated successfully, but these errors were encountered: