Rémi Louf
Rémi Louf
> That means we keep examples in Markdown format on git and convert them into notebooks for documentation. is that correct? That sounds a like a good strategy to me....
Any progress on this @bkktimber ?
No worries! Yes the dependency file will be bloated, but hopefully we can get rid of some in the future; for instance I am not sure that `use_with_XXX` type examples...
That's awesome! For `PyMC` there might have been an API change? Anyway, fixing the notebooks is a bit out of scope for this PR, so you can focus on having...
This looks good! Two things: 1. Is it possible to **not** have `use_with_pymc`, `use_with_numpyro` and `use_with_tfp` in the built documentation? This way we can remove a few large dependencies in...
Looks good. Before merging could you rebase your commits? There should be one commit for converting to `.md` and another one to build them in CI I believe.
All right this looks fantastic. @junpenglao wdyt?
I will apply my suggestions and rebase once @junpenglao has reviewed the changes.
Thank you. I've been travelling/working the whole month, will take a look whenever I have a chance.
The current design adds a coupling between sampling and adaptation that doesn't need to be. It does exist to some extent with NUTS and the window adaptation, but [AeHMC](https://github.com/aesara-devs/aehmc) for...