dataeval.metrics.estimators.NullModelMetricsOutput

class dataeval.metrics.estimators.NullModelMetricsOutput

Output class for null-model metrics

uniform_random
Type:

NullModelMetrics

dominant_class
Type:

NullModelMetrics or None

proportional_random
Type:

NullModelMetrics or None

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