dataeval.metrics.estimators.DivergenceOutput

class dataeval.metrics.estimators.DivergenceOutput

Output class for divergence() estimator metric.

divergence

Divergence value calculated between 2 datasets ranging between 0.0 and 1.0

Type:

float

errors

The number of differing edges between the datasets

Type:

int

data()

The output data as a dictionary.

Return type:

dict[str, Any]

meta()

Metadata about the execution of the function or method for the Output class.

Return type:

ExecutionMetadata