You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
else:
#Dirichlet distribution returns a valid pmf over n_covariates statesv_0=self.original_data.rng.dirichlet(np.ones(data.n_covariates), size=1)
ifpen=="auto":
#if pen =="auto", we have an additional parameter to optimize over, so we append itv_0=np.append(v_0, self.original_data.rng.lognormal(1.5, 1, size=1)) #Still experimenting with what distribution is appropriate