dataeval.exceptions.NotFittedError¶
- exception dataeval.exceptions.NotFittedError¶
Raised when a method is called before the object has been fitted or bound.
This error indicates that a prerequisite initialization step (such as
fit()orbind()) has not been performed before calling a method that requires it.