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
Currently, in Bernoulli distribution, we sample boolean arrays but using arange(2) for enumerate support. We should use 0, 1 values in sample method for consistency.
The text was updated successfully, but these errors were encountered:
Currently, in Bernoulli distribution, we sample
boolean
arrays but usingarange(2)
for enumerate support. We should use 0, 1 values insample
method for consistency.The text was updated successfully, but these errors were encountered: