Contribution to the application of the PyMC library

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.

How do I do this?

Regards,

Fernando

1 Like

Congratulations on the publication. I would suggest creating a Jupyter notebook and submitting a PR to the pymc-examples repo.

OK! Sorry, what means PR?

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.

Hello, I ran tests with the main program and some applications with different dataframes, all detailed at:

Is that sufficient to put in the repository?

Thank you!!

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).

At a minimum we usually ask to open an issue in the PyMC-examples repository, suggesting the new notebook and why it is a worthwhile addition: pymc-examples/.github/ISSUE_TEMPLATE/notebook-proposal.md at main · pymc-devs/pymc-examples · GitHub

That can be done following this link: GitHub · Where software is built and selecting “New issue > Propose a new example notebook”

1 Like