dataeval.outputs.CompletenessOutput¶ class dataeval.outputs.CompletenessOutput¶ Output from the completeness function. fraction_filled¶ Fraction of boxes that contain at least one data point Type:¶ float empty_box_centers¶ List of coordinates for centers of empty boxes Type:¶ Sequence[tuple[float, float]] 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