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
Right now, calling predict when using a mixed logit model with num_draws=1 will cause an error. The following code snippet needs to included right after L1959:
if len(prob_array.shape) == 1:
return prob_array
The text was updated successfully, but these errors were encountered:
Right now, calling predict when using a mixed logit model with
num_draws=1
will cause an error. The following code snippet needs to included right after L1959:The text was updated successfully, but these errors were encountered: