logitorch.pipelines.exceptions¶ Exceptions¶ ModelNotCompatibleError An error is raised when the model is not compatible with the dataset. Module Contents¶ exception logitorch.pipelines.exceptions.ModelNotCompatibleError(compatible_models: Tuple[Any])[source]¶ Bases: Exception An error is raised when the model is not compatible with the dataset. Initialize self. See help(type(self)) for accurate signature. message = Multiline-String[source]¶ Show Value"""ModelNotCompatibleError: Model is not compatible with the dataset. The compatible list of models are Uninferable"""