-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hey, great effort, would love to see Bayesian approaches be adopted and such workflow tools bridge the practice gap.
A comment on the example. A Logistic Regression model is presented:
\begin{align}
y_i | f_i &\sim \text{Bernoulli}(\text{logit}=f_i), \
f_i | x_i $= w^\top x_i, \
w &\sim \mathcal{N}(0, \sigma^2), \
\sigma &\sim \dots
\end{align}
Method predict_dist seems to sample the posterior
Similarly, predict seems to give the median of
Did I misunderstand function or intent?