RiskAt80Cov#

class torch_uncertainty.metrics.classification.RiskAt80Cov(**kwargs)[source]#

Compute the risk at 80% coverage.

This is a specific case of the more general RiskAtxCov metric, where the risk level is fixed at 80%.

See also

  • RiskAtxCov : Parent class, the RiskAtxCov metric