Ben Mares
Ben Mares
A Google search of "bayesian linear regression pymc" leads me to [this old page](https://docs.pymc.io/en/v3/pymc-examples/examples/generalized_linear_models/GLM-linear.html), which has the handy link at the top: > Note > > You are not reading...
## Description of your problem **Please provide a minimal, self-contained, and reproducible example.** On Linux, ```bash conda create -y --name pymc4-5875 -c conda-forge python=3.9 conda activate pymc4-5875 conda install -y...
For background see #980. This is currently incomplete since the scripts need to be adapted to be Windows-compatible. I don't plan to complete this, so this is for reference in...
In #980 it was determined that CI tests should be run for Windows.
Numpy emits some false-positive warnings which we should filter. In #980 we filter messages which were previously being missed. But while examining the code, we noticed that the current filtering...
I've become a big fan of the [Xonsh](https://xon.sh/) shell scripting language. It allows for almost seamless mixing between Bash and Python. Thus you get the sanity of Python, but you...
I'm used to being able to check version numbers with ```bash conda-lock --version ``` but unfortunately I get ``` Error: No such option: --version ```
The "Basic Usage" section of the README includes the command ```bash conda-lock render -p linux-64 ``` but when I run it I get ```bash Error: No such option: -p ```
Here is an explanation of this PR through examples, showing only the resulting headers. I have not yet written any tests or updated the README. Do these features look good?...
Maybe it's just me, but I find the README really difficult to read. I think it has to do with the "Advanced usage" section being so large and not indexed....