Skip to content

Commit

Permalink
Update docs in transformers.py
Browse files Browse the repository at this point in the history
docs: Fix the docstring
  • Loading branch information
ferrine authored Jul 24, 2024
1 parent b10f1f1 commit 514fbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymc_marketing/mmm/transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def batched_convolution(
The axis of ``x`` along witch to apply the convolution
mode : ConvMode, optional
The convolution mode determines how the convolution is applied at the boundaries
of the input signal, denoted as "x." The default mode is ConvMode.Before.
of the input signal, denoted as "x." The default mode is ConvMode.After.
- ConvMode.After: Applies the convolution with the "Adstock" effect, resulting in a trailing decay effect.
- ConvMode.Before: Applies the convolution with the "Excitement" effect, creating a leading effect
Expand Down

0 comments on commit 514fbb4

Please sign in to comment.