utils#

Module containing deepchecks monitoring client.

Functions

create_schema(dataset[, schema_output_file])

Automatically infer schema and saves it to yaml.

read_schema(schema[, fail_on_invalid_column])

Read and validate model schema.

standardize_input(arr, input_role)

Convert predictions input into a 1d numpy array.