rpgoldman
rpgoldman
I tried to poke at this, but went astray when trying to inspect the slot definition. It seems to have no name, which either borks the SBCL inspector, or the...
Part of the issue is this: ``` CL-USER> (json:decode-json-from-string "{\"items\": [1,2,3]}") ((:ITEMS 1 2 3)) ``` According to the documentation, this function should > Read _a_ JSON Value from json-string...
There's some freedom here in how to translate strings from what JavaScript offers. I'd argue that there are three different alternatives: 1. Strings. `"hello-world"` => `"hello-world"` 2. Lisp symbols preserving...
This doesn't look like a bug to me, and here's why: ``` > (stringp nil) NIL ``` so passing `NIL` to `decode-json-from-string` is a type error, not something that should...
Sorry: previous comment was wrong -- actually the use of `pm.Data` fails for mixture models also. I'm killing that comment, but leaving this here as explanation.
@aloctavodia Hi. I just updated my issue report as I discovered that the ESS was "bulk," not "mean." I also tried to more clearly state what I think is the...
Also note that we *must* use the arviz function here -- the PyMC3 one no longer exists (or it has been renamed).
@aloctavodia BTW, this is leading me to patch the Arviz docs for the `ess` function. One thing that is odd in there is that it describes the `var_names` as >...
Sure, I'll try a PR, but it will *definitely* need a review!
@aloctavodia If you get a chance, please see my Arviz docstring fix (I don't have permissions to assign it to you for review).