dataeval.exceptions

Exception and warning classes for DataEval.

Exceptions

DeprecatedWarning

Issued when a deprecated feature is used.

ExperimentalWarning

Issued when an experimental feature is used.

MaiteShapeError

Raised when a dataset does not match the expected MAITE datum shape.

NotFittedError

Raised when a method is called before the object has been fitted or bound.

OntologyCycleError

Raised when an dataeval.Ontology's is-a graph contains a cycle.

OntologyError

Raised when an dataeval.Ontology fails validation.

ShapeMismatchError

Raised when array shapes or dimensions are incompatible.