OODScore#

class dataeval.detectors.ood.OODScore(instance_score: NDArray[np.float32], feature_score: NDArray[np.float32] | None = None)#

NamedTuple containing the instance and (optionally) feature score.

Parameters:
  • instance_score (NDArray) – Instance score of the evaluated dataset.

  • feature_score (NDArray | None, default None) – Feature score, if available, of the evaluated dataset.