Marcin Elantkowski
Marcin Elantkowski
Thanks. is it possible to implement a lazy `IfElse` op in `cgt`?
Hi @rlouf , I was searching for the `do-operator` recently, and it seems it got removed at some point. Are there any plans to add it back? It is marked...
Hi @rlouf I've looked into this a bit more and identified two issues: 1. In the `mcx` models, the same random key seems to be used for multiple distributions, giving...
Thanks for the answer! I was wondering how I can inspect the models, `sample_joint_src` reveals what goes wrong indeed! The following model ```python @mcx.model def example_2_mcx_v1(): offset
Ah, and also regarding point 1. (same rng_key used many times): is there any simple workaround I could use as a temporary solution, however hacky?
OK, so my `poetry.lock` file indicated that I have the latest commit, but after clean re-install the issue is indeed resolved... I'm really sorry for generating noise :cry: Do you...
Thank you @tblazina ! This looks extremely useful, will go through it over the weekend!
Thanks for the update! Looking forward to the NUTS sampler as well. I've decided to first go through the theory, and then make a second pass implementing the examples. I've...
Hi @rlouf , if I wanted to start implementing the Statistical Rethinking examples in `mcx`, should I go with `master` branch? Or the `compiler-refactor`?
@rlouf thanks, I'm actually using the book as intro to bayesian methods, so I was planning to implement stuff myself anyway :) I started with chapters 2 and 3 today...