gittybobomber
Results
1
comments of
gittybobomber
> try: c1 = np.array([2] * len(media_columns) c1[7] = 1.5 c0 = np.ones(len(media_columns) custom_priors = {'lag_weight': {'concentration1': c1, 'concentration0': c0}} Thanks @michevan that works. But shouldn't we prefer to achieve...