incerto.calibration.brier_score# incerto.calibration.brier_score(logits, labels)[source]# Brier score: mean squared error between one-hot labels and predicted probabilities. Parameters: logits (Tensor) labels (Tensor) Return type: float