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

dict()

Output attributes as a dictionary.

Return type:

dict[str, Any]

meta()

Execution metadata as a dictionary.

Return type:

dict[str, Any]