githubEdit

alibi_detect.utils.metrics

Functions

accuracy

accuracy(y_true: numpy.ndarray, y_pred: numpy.ndarray) -> float
Name
Type
Default
Description

y_true

numpy.ndarray

y_pred

numpy.ndarray

Returns

  • Type: float

Last updated

Was this helpful?