incerto.calibration.classwise_ece# incerto.calibration.classwise_ece(logits, labels, n_bins=10)[source]# Class-wise ECE: average ECE computed separately for each class. Parameters: logits (Tensor) labels (Tensor) n_bins (int) Return type: float