coonfit.exceptions#

Custom exceptions for the coonfit inference workflow.

Exceptions defined here are raised when the multiple linear regression pipeline encounters invalid predictor data or configuration errors, such as predictors with insufficient valid pixels or ill-conditioned regression setups.

Exceptions#

InferenceError

Some steps of a multiple linear regression have invalid parameters

InvalidPredictorError

Not all the provided predictors are valid.

Module Contents#

exception coonfit.exceptions.InferenceError[source]#

Bases: Exception

Some steps of a multiple linear regression have invalid parameters

exception coonfit.exceptions.InvalidPredictorError[source]#

Bases: Exception

Not all the provided predictors are valid.