dataeval.outputs.ParityOutput¶
- class dataeval.outputs.ParityOutput¶
Output class for
parity()bias metrics.- insufficient_data¶
Dictionary of metadata factors with less than 5 class occurrences per value
- Type:¶
dict
- to_dataframe()¶
Exports the parity output results to a pandas DataFrame.
- Return type:¶
pd.DataFrame
Notes
This method requires pandas to be installed.
- property meta : ExecutionMetadata¶
Metadata about the execution of the function or method for the Output class.
- Return type:¶