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