deepchecks.core#

Module for base classes.

Import objects to be available in parent deepchecks module.

Modules

checks

Module containing the base checks.

errors

Module with all deepchecks error types.

Classes

BaseCheck

Base class for check.

CheckResult

Class which returns from a check with result that can later be used for automatic pipelines and display value.

CheckFailure

Class which holds a check run exception.

Condition

Contain condition attributes.

ConditionResult

Contain result of a condition function.

ConditionCategory

Condition result category.

BaseSuite

Class for running a set of checks together, and returning a unified pass / no-pass.

SuiteResult

Contain the results of a suite run.