DeepchecksModelVersionClient.get_reference_data#

DeepchecksModelVersionClient.get_reference_data(rows_count: int = 10000, filters: List[DataFilter] = None) DataFrame#

Get the reference data.

Parameters
rows_countint, optional

The number of rows to return (random sampling will be used).

filterst.List[DataFilter], optional

Data filters to apply. Used in order to received a segment of the data based on selected properties. Required format for filters and possible operators are detailed under the respected objects which can be found at: from deepchecks_client import DataFilter, OperatorsEnum

Returns
‘pandas’.DataFrame

The reference data.