errors#
Module with all deepchecks error types.
Exceptions
Exception class that represent a fault parameter was passed to Deepchecks.  | 
|
Exception class that represents an unsupported action in Deepchecks.  | 
|
Exception class that represents an issue with a process.  | 
|
Represents a situation when a dataset contains too many features to be used for calculation.  | 
|
Represents unappropriate Dataset instance.  | 
|
Represents unappropriate model instance.  | 
|
Exception class that represent a function that was not implemnted.  | 
|
Represents more specific case of the ValueError (DeepchecksValueError).  | 
|
Base exception class for all 'Deepchecks' error types.  | 
|
Represents a failure in calculation due to insufficient amount of samples.  | 
|
Represents a situation when a computation takes too long and is interrupted.  |