Exceptions
exceptions ¶
Custom exceptions for the SRAI package.
LoadedDataIsEmptyException ¶
Bases: SRAIException
Exception when the loaded data returned by the loader is empty.
Source code in srai/exceptions.py
ModelNotFitException ¶
Bases: SRAIException
Exception raised when a model is not fit.
SRAIException ¶
Bases: Exception
Base class for all SRAI exceptions.