dataeval.utils.metadata.Metadata¶
- class dataeval.utils.metadata.Metadata¶
Dataclass containing binned metadata from the
preprocess()function.- discrete_factor_names¶
List containing factor names for the original data that was discrete and the binned continuous data
- Type:¶
list[str]
- discrete_data¶
Array containing values for the original data that was discrete and the binned continuous data
- Type:¶
NDArray[np.int]
- continuous_factor_names¶
List containing factor names for the original continuous data
- Type:¶
list[str]