mapie.conformity_scores.AbsoluteConformityScore
- class mapie.conformity_scores.AbsoluteConformityScore(sym: bool = True)[source]
Absolute conformity score.
The signed conformity score = y - y_pred. The conformity score is symmetrical.
This is appropriate when the confidence interval is symmetrical and its range is approximatively the same over the range of predicted values.
References
[1] Lei, J., G’Sell, M., Rinaldo, A., Tibshirani, R. J. & Wasserman, L.. “Distribution-Free Predictive Inference for Regression.” Journal of the American Statistical Association 2018.
- get_estimation_distribution(y_pred: ArrayLike, conformity_scores: ArrayLike, **kwargs) ndarray[tuple[Any, ...], dtype[_ScalarT]][source]
Compute samples of the estimation distribution from the predicted values and the conformity scores, from the following formula: signed conformity score = y - y_pred <=> y = y_pred + signed conformity score
conformity_scores can be either the conformity scores or the quantile of the conformity scores.
Examples using mapie.conformity_scores.AbsoluteConformityScore
Adaptive conformal predictions for time series, Zaffran et al. (2022)