You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+[ ] PR description contains a link to the relevant issue: a tracker one for existing notebooks or a proposal one for new notebooks
12
+
+[ ] PR description contains a link to the relevant issue:
13
+
* a tracker one for existing notebooks (tracker issues have the "tracker id" label)
14
+
* or a proposal one for new notebooks
13
15
+[ ] Check the notebook is not excluded from any pre-commit check: https://github.com/pymc-devs/pymc-examples/blob/main/.pre-commit-config.yaml
Copy file name to clipboardExpand all lines: README.rst
+8-27
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ PyMC Examples
8
8
9
9
Supporting examples and tutorials for PyMC, the Python package for Bayesian statistical modeling and Probabilistic Machine Learning!
10
10
11
-
Check out the `getting started guide <https://docs.pymc.io/en/latest/learning.html#learning>`__, or
11
+
Check out the `getting started guide <https://www.pymc.io/projects/docs/en/latest/learn.html>`__, or
12
12
interact with live examples using Binder! Each notebook in `PyMC examples gallery
13
-
<https://pymc-examples.readthedocs.io>`__ has a binder badge.
13
+
<https://www.pymc.io/projects/examples/en/latest/gallery.html>`__ has a binder badge.
14
14
For questions on PyMC, head on over to our `PyMC Discourse <https://discourse.pymc.io/>`__ forum.
15
15
16
16
Contributing
@@ -30,11 +30,8 @@ To ask a question regarding modeling or usage of PyMC we encourage posting to ou
30
30
31
31
To report an issue, please use the following:
32
32
33
-
- `PyMC Examples - Issue Tracker <https://github.com/pymc-devs/pymc-examples/issues>`__. For
34
-
issues about the example notebooks, errors in the example codes, outdated information, improvement
35
-
suggestions...
36
-
- `PyMC - Issue Tracker <https://github.com/pymc-devs/pymc/issues>`__. For issues, bugs or
37
-
feature requests related to the PyMC library itself.
33
+
- `PyMC Examples - Issue Tracker <https://github.com/pymc-devs/pymc-examples/issues>`__. For issues about the example notebooks, errors in the example codes, outdated information, improvement suggestions...
34
+
- `PyMC - Issue Tracker <https://github.com/pymc-devs/pymc/issues>`__. For issues, bugs or feature requests related to the PyMC library itself.
38
35
39
36
Finally, if you need to get in touch for non-technical information about the project, `send us an e-mail <[email protected]>`__.
40
37
@@ -45,9 +42,9 @@ If you already know about Bayesian statistics:
- The `PyMC tutorial <https://www.pymc.io/projects/docs/en/stable/learn/core_notebooks/pymc_overview.html>`__
47
+
- `PyMC examples <https://www.pymc.io/projects/examples/en/latest/gallery.html>`__ and the `API reference <https://www.pymc.io/projects/docs/en/stable/api.html>`__
51
48
52
49
53
50
@@ -69,7 +66,7 @@ and as part of `PyMCon 2020 <https://discourse.pymc.io/c/pymcon/2020talks/15>`__
69
66
Installation
70
67
------------
71
68
72
-
To install PyMC on your system, see its `installation section here <https://docs.pymc.io/en/stable/>`__
69
+
To install PyMC on your system, see its `installation section here <https://www.pymc.io/projects/docs/en/stable/installation.html>`__
73
70
74
71
Citing PyMC
75
72
============
@@ -93,18 +90,6 @@ Support
93
90
94
91
PyMC is a non-profit project under NumFOCUS umbrella. If you want to support PyMC financially, you can donate `here <https://numfocus.salsalabs.org/donate-to-pymc3/index.html>`__.
95
92
96
-
PyMC for enterprise
97
-
===================
98
-
`PyMC is now available as part of the Tidelift Subscription!`
99
-
100
-
Tidelift is working with PyMC and the maintainers of thousands of other open source
101
-
projects to deliver commercial support and maintenance for the open source dependencies
102
-
you use to build your applications. Save time, reduce risk, and improve code health,
103
-
while contributing financially to PyMC -- making it even more robust, reliable and,
Copy file name to clipboardExpand all lines: examples/case_studies/GEV.myst.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ jupytext:
4
4
extension: .md
5
5
format_name: myst
6
6
format_version: 0.13
7
-
jupytext_version: 1.13.7
8
7
kernelspec:
9
8
display_name: pymc4-dev
10
9
language: python
@@ -41,12 +40,12 @@ Note that this parametrization of the shape parameter $\xi$ is opposite in sign
41
40
We will use the example of the Port Pirie annual maximum sea-level data used in {cite:t}`coles2001gev`, and compare with the frequentist results presented there.
0 commit comments