deepcausalmmm.exceptions

Custom exceptions for DeepCausalMMM package.

Exceptions

AdstockError

Raised when adstock transformation fails.

BayesianNetworkError

Raised when Bayesian network operations fail.

ConfigurationError

Raised when there are issues with configuration parameters.

DataError

Raised when there are issues with data loading or preprocessing.

DeepCausalMMMError

Base exception for DeepCausalMMM package.

InferenceError

Raised when model inference/prediction fails.

MissingDependencyError

Raised when required dependencies are not available.

ModelError

Raised when there are issues with model initialization or training.

SaturationError

Raised when saturation transformation fails.

ScalingError

Raised when data scaling operations fail.

TrainingError

Raised when model training fails.

ValidationError

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.ValidationError[source]

Raised when data validation fails.

exception deepcausalmmm.exceptions.TrainingError[source]

Raised when model training fails.

exception deepcausalmmm.exceptions.InferenceError[source]

Raised when model inference/prediction fails.

exception deepcausalmmm.exceptions.BayesianNetworkError[source]

Raised when Bayesian network operations fail.

exception deepcausalmmm.exceptions.AdstockError[source]

Raised when adstock transformation fails.

exception deepcausalmmm.exceptions.SaturationError[source]

Raised when saturation transformation fails.

exception deepcausalmmm.exceptions.ScalingError[source]

Raised when data scaling operations fail.

exception deepcausalmmm.exceptions.MissingDependencyError[source]

Raised when required dependencies are not available.