vak.metrics.classification.functional#

Functions

accuracy(y_pred, y_true)

standard supervised learning classification accuracy: Sum of predicted labels that equal true labels, divided by number of true labels.