dataeval.outputs.MetadataDistanceOutput¶
- class dataeval.outputs.MetadataDistanceOutput(data)¶
Output class for results of ks_2samp featurewise comparisons of new metadata to reference metadata.
- value¶
Output per feature name containing the statistic, statistic location, distance, and pvalue.
- Type:¶
- items()¶
D.items() -> a set-like object providing a view on D’s items
- keys()¶
D.keys() -> a set-like object providing a view on D’s keys
- values()¶
D.values() -> an object providing a view on D’s values