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
I'm trying to reproduce the simple DirichletProcess example in the Model/Compositionality page of the documentation but am unable to do so – the DP samples with alpha = 1.0 and alpha = 50.0 look about the same.
I think the issue might be the parameter passed to Bernoulli in _sample_n_body of DirichletProcess. It seems to be using probs_k as logits instead of as probs .
The text was updated successfully, but these errors were encountered:
I'm trying to reproduce the simple
DirichletProcess
example in the Model/Compositionality page of the documentation but am unable to do so – the DP samples withalpha = 1.0
andalpha = 50.0
look about the same.I think the issue might be the parameter passed to
Bernoulli
in_sample_n_body
ofDirichletProcess
. It seems to be usingprobs_k
aslogits
instead of asprobs
.The text was updated successfully, but these errors were encountered: