dataeval.outputs.NullModelMetricsOutput¶ class dataeval.outputs.NullModelMetricsOutput¶ Output class NullModelMetrics results_by_metric¶ Null model metrics mapped by metric Type:¶ dict results_by_model¶ Null model metrics mapped by model Type:¶ dict 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