DeepchecksModelVersionClient.time_window_statistics#

DeepchecksModelVersionClient.time_window_statistics(start_time: Optional[Union[PendulumDateTime, int]] = None, end_time: Optional[Union[PendulumDateTime, int]] = None) Dict[str, float]#

Get statistics on uploaded samples for the model version in a provided time window.

Parameters
start_timeUnion[PendulumDateTime, int, None], default = None

The start time of the time window. If no timezone info is provided on the datetime assumes local timezone.

end_timeUnion[PendulumDateTime, int, None], default = None

The end time of the time window. If no timezone info is provided on the datetime assumes local timezone.

Returns
dict

A dictionary containing the statistics.