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

Add Regression to Classication Conformal Prediction (R2CCP) Algorithms #19

Closed Shinning-Zhou closed 6 months ago

Shinning-Zhou commented 6 months ago
  1. Add r2ccp predictor
  2. Add r2ccp loss funtion
  3. Update regression utlis metrics.py for multiple confidence interval outputs
  4. Update regression utlis calculate_midpoints and build_regression_model
  5. Add r2ccp example
valeman commented 4 months ago

Would be great to see this implemented.