lightweight_mmm
lightweight_mmm copied to clipboard
weird prior and posterior plot with custom priors
I get weird plots with extra lines in plot_prior_and_posterior plot
I used lag_weight priors: alpha = np.array([2.0] * len(media_channels)) beta = np.ones(len(media_channels))*4.0 custom_priors = {'lag_weight': {'concentration1': alpha, 'concentration0': beta}}
I have the same issue and no idea how to resolve it, did you find something @slavakx?
@slavakx - I have the same issue, any pointers? @KamilPizon - Were you able to solve for this? Thanks!