Colin Carroll
Colin Carroll
It sounds like there is at least one person who would find it useful, and my impression is that they are standard (if somewhat controversial?) We can leave this issue...
Isn't it transitively pulled in by xarray? On Fri, May 13, 2022, 9:16 AM Thomas Wiecki ***@***.***> wrote: > netcdf is used in only two methods (loading and saving to...
hey dan! I think I'm generally on team option 3 still, but also on team "lets help out science". So I'm totally on board with you adding a little backdoor...
I don't recall if it is possible to do like, `pip install arviz[minimal]` -- would that help with this? I'm pretty happy to allow bespoke `[special_install_requires]` if it allows usage.
There's an example of a custom artist here: https://github.com/networkx/grave/blob/master/grave/grave.py#L221
And here: https://github.com/pyviz/datashader/pull/200 https://github.com/astrofrog/mpl-scatter-density
I'll link this to https://github.com/tensorflow/probability/issues/435 which will probably get solved the same way, at the same time.
@rrkarim are you making progress on this? i may try to tackle it today. I want to be able to just ```python data = pm.sample(model()) ``` and have `data` be...
Thanks, @lucianopaz and @rrkarim! I think I got to the same place as you are suggesting with 1. I am just finding it hard to figure out where to add...
Would something like this work? It is a bit of a mess of metaprogramming, but it is a decorator that can be attached to any function, and uses the first...