accuracy_score Search: Group by: Section Type Imports Procs accuracy_score Imports tensor Procs proc accuracy_score[T](y_true, y_pred: Tensor[T]): float Input: y_true: Tensor[T] containing the ground truth (correct) labels y_pred: Tensor[T] containing the predicted labels Returns: The proportion of correctly classified samples (as float). Source Edit