checkΒΆ

Module containing all the base classes for checks.

Classes

CheckResult

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

BaseCheck

Base class for check.

SingleDatasetBaseCheck

Parent class for checks that only use one dataset.

TrainTestBaseCheck

Parent class for checks that compare two datasets.

ModelOnlyBaseCheck

Parent class for checks that only use a model and no datasets.

CheckFailure

Class which holds a run exception of a check.

ConditionResult

Contain result of a condition function.

ModelComparisonContext

Contain processed input for model comparison checks.

ModelComparisonBaseCheck

Parent class for check that compares between two or more models.

ConditionCategory

Condition result category.