dataeval.outputs.OODOutput¶ class dataeval.outputs.OODOutput¶ Output class for predictions from out-of-distribution detectors. is_ood¶ Array of images that are detected as :term:Out-of-Distribution (OOD)` Type:¶ NDArray instance_score¶ Instance score of the evaluated dataset Type:¶ NDArray feature_score¶ Feature score, if available, of the evaluated dataset Type:¶ NDArray | None meta()¶ Metadata about the execution of the function or method for the Output class. Return type:¶ ExecutionMetadata