Is the New MMM class missing the compute_mean_contributions_over_time function? I’m unable to access it.
Are there any workarounds/other functions I should be using?
Is the New MMM class missing the compute_mean_contributions_over_time function? I’m unable to access it.
Are there any workarounds/other functions I should be using?
Hi @Shivani,
You should still be able to call
get_mean_contributions_over_time_df = mmm.compute_mean_contributions_over_time(
original_scale=True
)
Hi Tim! I’m getting an attribute error when I try to run that function. As you flagged earlier, it may be bug. I’ve gone ahead and created an issue here: GitHub · Where software is built