-
## Happy path
* Nesting inside a `data` property (not for nested relations)
* Use `snake_case`, as we are often exposing database attributes
* Generally we use Fractal's `DataArraySerializer`
##…
-
Hi @pdwaggoner, and welcome to easystats 🎉! We are very happy to have you onboard 😀
As you see, it's a very WIP project, with quite an open and collaborative spirit. Currently, it is *mainly* focu…
-
**Submitting author:** @ljwolf (Levi Wolf)
**Repository:** https://github.com/pysal/spvcm
**Version:** 0.0.8
**Editor:** Pending
**Reviewer:** Pending
**Author instructions**
Thanks for subm…
-
I am trying to use LIME package for explaining predictive models. Got following error while running the following code. Can someone explain what is going wrong here?
```
# Create the LIME Explaine…
-
### Expected results
I'm trying to run `run_inference` on a dataset to eventually extract the precision and recall.
### Actual results
I get the following error:
```
---------------------…
-
I am a new user of TFP.
` tfd.JointDistributionSequential` is a new class I hope it is very useful for probabilistic modeling. However I have some questions related hierarchical bayes modeling wit…
-
If the user adds a path to a base model, rather than just "does not recognize paths" we should tell them:
> for path models, you need to add `type= "RAM"`
Example and error below:
```R
dat…
-
Hi Rob-
You might recall that I created a feature request in https://github.com/goedman/Stan.jl/issues/46 for saving Stan's summary. At the time, Mamba sufficed. But now that CmdStan does not requ…
-
Sphinx now builds on travis, and we ignore all of these warnings. Feel free to cherry-pick some and help to fix them!
```
/home/travis/build/ColCarroll/pymc3/docs/source/api/math.rst:1: WARNING…
-
I have 4 GTX 1080Ti on one machine, but I only want to use No.0,2,3 of them, leaving No.1 to others. So I use CUDA_VISIBLE_DEVICES=0,2,3 in my command and I also changed the config file to NUM_GPUS:3.…