DelayedSaturatedMMM.channel_contributions_forward_pass#

DelayedSaturatedMMM.channel_contributions_forward_pass(channel_data)#

Evaluate the channel contribution for a given channel data and a fitted model, ie. the forward pass. We return the contribution in the original scale of the target variable.

Parameters:
channel_dataarray_like

Input channel data. Result of all the preprocessing steps.

Returns
——-
array-like

Transformed channel data.