Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove requirement of channel dims for media transformation #1473

Open
wd60622 opened this issue Feb 6, 2025 · 0 comments
Open

Remove requirement of channel dims for media transformation #1473

wd60622 opened this issue Feb 6, 2025 · 0 comments
Labels
media transforms Related to adstock, saturation, and media transformations MMM

Comments

@wd60622
Copy link
Contributor

wd60622 commented Feb 6, 2025

This can be relax and have the user do:

for media_transform in [self.adstock, self.saturation]:
for dist in media_transform.function_priors.values():
if dist.dims != ("channel",):
dist.dims = "channel"

@wd60622 wd60622 added MMM media transforms Related to adstock, saturation, and media transformations and removed Needs Triage labels Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
media transforms Related to adstock, saturation, and media transformations MMM
Projects
None yet
Development

No branches or pull requests

1 participant