sunlabuiuc / PyHealth

A Deep Learning Python Toolkit for Healthcare Applications.
https://pyhealth.readthedocs.io
MIT License
994 stars 212 forks source link

Add preliminary code for Weighted CP and CoDrug #227

Open siddharthal opened 1 year ago

siddharthal commented 1 year ago

Preliminary code for Weighted Conformal Prediction.

Main changes anticipated: Supported for Weighted Conformal Prediciton for both Classification and Regression. Reference papers:

Conformal Prediction under Covariate shift: https://arxiv.org/abs/1904.06019 Locally Valid and Discriminative Prediction Intervals for Deep Learning Models: https://arxiv.org/abs/2106.00225 CoDrug: Conformal Drug Property Prediction and Density Estimation under Covariate Shift.

Current status of the PR:

Anticipated changes: