client#

Module containing deepchecks monitoring client.

Functions

process_batch(*, task_type, ...[, data, ...])

Prepare and validate batch of samples.

process_sample(*, task_type, ...[, values, ...])

Prepare and validate sample dictionary instance.

Classes

DeepchecksModelClient

Client to interact with a tabular model in monitoring.

DeepchecksModelVersionClient

Client to interact with a given model version, including all functions to send data.