dataeval.outputs.OODScoreOutput¶
- class dataeval.outputs.OODScoreOutput¶
Output class for instance and feature scores from out-of-distribution detectors.
- feature_score¶
Feature score, if available, of the evaluated dataset.
- Type:¶
NDArray | None, default None
- property meta : ExecutionMetadata¶
Metadata about the execution of the function or method for the Output class.
- Return type:¶