You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to apply the media_transforms.carryover function afterwards to get the resulting data for own visualisations.
I can successfully apply the media_transforms.adstock function like this,
but if I try the same with carryover I get error TypeError: sub got incompatible shapes for broadcasting: (13, 1), (44, 7).
because of
File "C:\Users\xyz\PycharmProjects\lightweight_mmm\lightweight_mmm\media_transforms.py", line 170, in carryover
weights = ad_effect_retention_rate**((lags_arange - peak_effect_delay)**2)
Hi, I would like to apply the media_transforms.carryover function afterwards to get the resulting data for own visualisations.
I can successfully apply the media_transforms.adstock function like this,
but if I try the same with carryover I get error
TypeError: sub got incompatible shapes for broadcasting: (13, 1), (44, 7).
because of
How should I handle the "number_lags"?
The text was updated successfully, but these errors were encountered: