ErrorsΒΆ

Module with all deepchecks error types.

Classes

DeepchecksValueError

Exception class that represent a fault parameter was passed to Deepchecks.

DeepchecksNotSupportedError

Exception class that represents an unsupported action in Deepchecks.

DeepchecksProcessError

Exception class that represents an issue with a process.

NumberOfFeaturesLimitError

Represents a situation when a dataset contains to much features to be used for calculation.

DatasetValidationError

Represents unappropriate Dataset instance.

ModelValidationError

Represents unappropriate model instance.