deepcausalmmm.exceptions
Custom exceptions for DeepCausalMMM package.
Exceptions
Raised when adstock transformation fails. |
|
Raised when Bayesian network operations fail. |
|
Raised when there are issues with configuration parameters. |
|
Raised when there are issues with data loading or preprocessing. |
|
Base exception for DeepCausalMMM package. |
|
Raised when model inference/prediction fails. |
|
Raised when required dependencies are not available. |
|
Raised when there are issues with model initialization or training. |
|
Raised when saturation transformation fails. |
|
Raised when data scaling operations fail. |
|
Raised when model training fails. |
|
Raised when data validation fails. |
- exception deepcausalmmm.exceptions.DeepCausalMMMError[source]
Base exception for DeepCausalMMM package.
- exception deepcausalmmm.exceptions.DataError[source]
Raised when there are issues with data loading or preprocessing.
- exception deepcausalmmm.exceptions.ModelError[source]
Raised when there are issues with model initialization or training.
- exception deepcausalmmm.exceptions.ConfigurationError[source]
Raised when there are issues with configuration parameters.
- exception deepcausalmmm.exceptions.InferenceError[source]
Raised when model inference/prediction fails.
- exception deepcausalmmm.exceptions.BayesianNetworkError[source]
Raised when Bayesian network operations fail.