incerto.calibration.ece_score# incerto.calibration.ece_score(logits, labels, n_bins=10)[source]# Expected Calibration Error (ECE). Parameters: logits (Tensor) labels (Tensor) n_bins (int) Return type: float