-
I am trying to run a time-consuming MCMC sampler. I am wondering if it is possible to resume the training after I save and reload the MCMC object.
To be specific, in my case, I need to run many MC…
-
## Description of your problem
**Please provide a minimal, self-contained, and reproducible example.**
```python
import pandas as pd
import bambi as bmb
df = pd.read_csv('./data.csv')
formul…
-
I installed all requirements in a env. Running the https://github.com/google/lightweight_mmm/blob/main/examples/simple_end_to_end_demo.ipynb example fails executing mmm.fit(.....)
> 177 mcmc.run(
…
-
Song Y, Ermon S. [Generative modeling by estimating gradients of the data distribution](https://proceedings.neurips.cc/paper/2019/file/3001ef257407d5a371a96dcd947c7d93-Paper.pdf).
Yang Song. [Generat…
-
Hi @ptiede, thanks for your work on Comrade.jl - I enjoyed testing out the examples and the documentation is very thorough. I have a few minor comments that I hope can be useful:
* I think the pape…
-
NOTE: This is in the Tensorflow 2 development branch (https://github.com/greta-dev/greta/pull/534)
4 errors for the distributions, `multinomial`, `dirichlet`, and `categorical`:
``` r
devtools:…
-
Add support for the JAX backend for PyMC. It seems there are substantial speed gains even just on the CPU, though GPU is worth trying to get working. Seems like the only change is to use a different "…
-
For educational purposes, I modified your HMM example to work as an even simpler Markov chain. I decided to really live the Haskell lifestyle and try to define a distribution over lazy infinite lists.…
-
Hi
This issue is based on extensive discussion that took place here: [Turing Samples Slowly #1851](https://github.com/TuringLang/Turing.jl/issues/1851). One of the key observations was that:
1. …
-
#### Summary:
A bunch of the services methods include the stan::mcmc::fixed_param_sampler class - why?
#### Description:
```
~/github/stan-dev/cmdstan/stan/src/stan/services ((v2.29.1))> find . …