Contribution to the application of the PyMC library
Hi everyone,
I managed to publish an article using a Bayesian probabilistic model to model the concentration of dissolved oxygen in rivers. I would like to share the work with you and make it available on the PyMC page. The programs are also on Github.
Sorry, that would be a pull request. Do you have a GitHub account? This is how we manage the project code repositories. I can give you a hand if you need to. It should be pretty straightforward since its just a single Jupyter notebook.
It’s unclear to me what you have in mind? We don’t usually put raw code from scientific papers that use PyMC on the project.
If the model in question is interesting as an additional entry in PyMC Example Gallery — PyMC example gallery it can be adapted to a notebook and added there. But this usually involves some narrative to give context for the users and is self contained (a single notebook, possibly a small dataset in a CSV as well).