You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outputs from scripts can be logged to Weights and Biases - wandb. An account is required and your WANDB_API_KEY and Entity need to be set in wandb.yaml file provided.
Getting started with SSCP
To get started with SSCP one can make use of the scripts which run the main Conformalized Residual Fitting (CRF) and Conformalized Quantile Regression (CQR) experiments or the notebooks which have the synthetic and later insights experiments
Scripts
To run the CFR and CQR experiments for both labeled and unlabeled one can run the bash scripts found in the scripts folder. For example:
bash labeled_cfr.sh
Notebooks
To run the synthetic experiments and the insights experiments one can run any of the Jupyter notebooks (.ipynb) found in the src folder
Citing
If you use this code, please cite the associated paper:
@inproceedings{seedat2023sscp,
title={Improving Adaptive Conformal Prediction Using Self-supervised Learning},
author={Seedat, Nabeel and Jeffares, Alan and Imrie, Fergus and van der Schaar, Mihaela},
booktitle={International Conference on Artificial Intelligence and Statistics},
year={2023},
organization={PMLR}
}
About
SSCP: Improving Adaptive Conformal Prediction Using Self-supervised Learning (AISTATS 2023)