BaseMMM.forward_pass#
- BaseMMM.forward_pass(x)[source]#
Transform channel input into target contributions of each channel.
This method handles the ordering of the adstock and saturation transformations.
This method must be called from without a pm.Model context but not necessarily in the instance’s model. A dim named “channel” is required associated with the number of columns of
x
.- Parameters:
- x
pt.TensorVariable
|npt.NDArray
The channel input which could be spends or impressions
- x
- Returns:
The
contributions
associated
with
the
channel
input