ml-stat-Sustech / TorchCP

A Python toolbox for conformal prediction research on deep learning models, using PyTorch.
GNU Lesser General Public License v3.0
193 stars 26 forks source link

code for "Learning Optimal Conformal Classifiers". #11

Closed ChenxuZhao0 closed 6 months ago

ChenxuZhao0 commented 6 months ago

Hi Jianguo,

Great work! I'm interested to know if you have implemented the code for "Learning Optimal Conformal Classifiers"?

Jianguo99 commented 6 months ago

Yes. The implementation codes can be found in the torchcp.classification,loss.conftr. Additionally, a training example has been included in the file named "conformal_training.py" located in the “examples” folder.

ChenxuZhao0 commented 6 months ago

Thank you so much!