lightweight_mmm icon indicating copy to clipboard operation
lightweight_mmm copied to clipboard

weird prior and posterior plot with custom priors

Open slavakx opened this issue 1 year ago • 2 comments

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}}

image

slavakx avatar Mar 08 '23 16:03 slavakx

I have the same issue and no idea how to resolve it, did you find something @slavakx?

KamilPizon avatar Jun 29 '23 20:06 KamilPizon

@slavakx - I have the same issue, any pointers? @KamilPizon - Were you able to solve for this? Thanks!

ar-asur avatar Feb 22 '24 14:02 ar-asur