Path: blob/master/notebooks/book1/04/laplace_approx_beta_binom_pymc4.ipynb
1192 views
Kernel: Python [conda env:py3713_2]
Pymc
In [1]:
In [2]:
Out[2]:
WARNING:absl:No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)
Dataset: [0 0 0 0 0 0 0 0 0 0 1]
In [3]:
In [4]:
Out[4]:
In [ ]:
In [10]:
Out[10]:
[[2.18550173]]
array([[88.80087443]])
In [11]:
Out[11]:
(array(-1.42857143), array([0.67643243]), {'theta': array(-1.42857143)})
In [12]:
Out[12]:
<matplotlib.legend.Legend at 0x7fbb72cd6750>
Currently this is not giving right answer, see this issue: https://github.com/pymc-devs/pymc/issues/5443
In [ ]: