eddymotion.exceptions module¶
- exception eddymotion.exceptions.ModelNotFittedError[source]¶
Bases:
ValueError,AttributeErrorException class to raise if a model is used before fitting.
This class inherits from both ValueError and AttributeError to help with exception handling.