logitorch.pipelines.exceptions ============================== .. py:module:: logitorch.pipelines.exceptions Exceptions ---------- .. autoapisummary:: logitorch.pipelines.exceptions.ModelNotCompatibleError Module Contents --------------- .. py:exception:: ModelNotCompatibleError(compatible_models: Tuple[Any]) Bases: :py:obj:`Exception` An error is raised when the model is not compatible with the dataset. Initialize self. See help(type(self)) for accurate signature. .. py:attribute:: message :value: Multiline-String .. raw:: html
Show Value .. code-block:: python """ModelNotCompatibleError: Model is not compatible with the dataset. The compatible list of models are Uninferable""" .. raw:: html