Conformal#

class torch_uncertainty.post_processing.Conformal(alpha, model, ts_init_val, ts_lr, ts_max_iter, enable_ts, device)[source]#

Conformal base class.

model_forward(inputs)[source]#

Apply the model and return the scores.