mlm_insights.core.exceptions package¶
Submodules¶
mlm_insights.core.exceptions.component_deserialize_exception module¶
- exception mlm_insights.core.exceptions.component_deserialize_exception.ComponentDeserializeException(component_name: str)¶
Bases:
Exception
Exception raised when metric/SFC deserialization fails
- Attributes:
message – explanation of the error
mlm_insights.core.exceptions.invalid_target_prediction_exception module¶
- exception mlm_insights.core.exceptions.invalid_target_prediction_exception.InvalidTargetPredictionException(error_message: str)¶
Bases:
Exception
Exception raised when a component does not get required parameter
- Attributes:
message – explanation of the error
mlm_insights.core.exceptions.missing_required_parameter_exception module¶
- exception mlm_insights.core.exceptions.missing_required_parameter_exception.MissingRequiredParameterException(parameter: str, component_name: str)¶
Bases:
Exception
Exception raised when a component do not get required parameter
- Attributes:
message – explanation of the error