Skip to content

Updates to getting started, GLM and model comparison notebooks #5269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ focusing on advanced Markov chain Monte Carlo (MCMC) and variational inference (
algorithms. Its flexibility and extensibility make it applicable to a
large suite of problems.

Check out the `getting started guide <https://docs.pymc.io/en/stable/pymc-examples/examples/getting_started.html>`__, or
Check out the `PyMC overview <https://docs.pymc.io/en/stable/learn/examples/pymc_overview.html>`__, or
`interact with live examples <https://mybinder.org/v2/gh/pymc-devs/pymc/main?filepath=%2Fdocs%2Fsource%2Fnotebooks>`__
using Binder!
For questions on PyMC, head on over to our `PyMC Discourse <https://discourse.pymc.io/>`__ forum.
Expand Down Expand Up @@ -41,7 +41,7 @@ If you already know about Bayesian statistics:
----------------------------------------------

- `API quickstart guide <https://docs.pymc.io/en/stable/pymc-examples/examples/pymc3_howto/api_quickstart.html>`__
- The `PyMC tutorial <https://docs.pymc.io/en/stable/pymc-examples/examples/getting_started.html>`__
- The `PyMC tutorial <https://docs.pymc.io/en/stable/learn/examples/pymc_overview.html>`__
- `PyMC examples <https://docs.pymc.io/nb_examples/index.html>`__ and the `API reference <https://docs.pymc.io/en/stable/api.html>`__

Learn Bayesian statistics with a book together with PyMC
Expand Down
2 changes: 1 addition & 1 deletion docs/source/learn/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TODO add categories to all notebooks
:hidden:
:maxdepth: 1

examples/getting_started
examples/pymc_overview
examples/GLM_linear
examples/model_comparison
examples/posterior_predictive
Expand Down
241 changes: 137 additions & 104 deletions docs/source/learn/examples/GLM_linear.ipynb

Large diffs are not rendered by default.

3,858 changes: 0 additions & 3,858 deletions docs/source/learn/examples/getting_started.ipynb

This file was deleted.

125 changes: 67 additions & 58 deletions docs/source/learn/examples/model_comparison.ipynb

Large diffs are not rendered by default.

4,370 changes: 4,370 additions & 0 deletions docs/source/learn/examples/pymc_overview.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A great introductory book written by a maintainer of PyMC. It provides a hands-o
### {octicon}`mortar-board;1em;sd-text-info` Tutorial notebooks

#### Getting started
The {ref}`getting_started` notebook in our documentation shows the PyMC 4.0 code in action
The {ref}`pymc_overview` notebook in our documentation shows the PyMC 4.0 code in action

#### General Linear Models: Linear regression

Expand Down