Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
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: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ Features
Getting started
---------------

- The `PyMC3
tutorial <http://pymc-devs.github.io/pymc3/notebooks/getting_started.html>`__ or
`journal publication <https://peerj.com/articles/cs-55/>`__
- The `PyMC3 tutorial <http://pymc-devs.github.io/pymc3/notebooks/getting_started.html>`__
- `PyMC3 examples <http://pymc-devs.github.io/pymc3/examples.html>`__
and the `API reference <http://pymc-devs.github.io/pymc3/api.html>`__
- `Probabilistic Programming and Bayesian Methods for Hackers <https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers>`__
Expand Down
4 changes: 1 addition & 3 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Howto

.. toctree::
notebooks/posterior_predictive.ipynb
notebooks/NUTS_scaling_using_ADVI.ipynb
notebooks/howto_debugging.ipynb
notebooks/LKJ.ipynb

Expand All @@ -19,7 +18,7 @@ Applied
.. toctree::
notebooks/BEST.ipynb
notebooks/stochastic_volatility.ipynb
notebooks/pmf-pymc.ipynb
notebooks/probabilistic-matrix-factorization.ipynb
notebooks/rugby_analytics.ipynb
notebooks/survival_analysis.ipynb
notebooks/GP-smoothing.ipynb
Expand All @@ -33,7 +32,6 @@ GLM
notebooks/GLM-robust-with-outlier-detection.ipynb
notebooks/GLM-model-selection.ipynb
notebooks/GLM-rolling-regression.ipynb
notebooks/GLM-logistic.ipynb
notebooks/GLM-hierarchical.ipynb
notebooks/GLM-poisson-regression.ipynb

Expand Down
77 changes: 37 additions & 40 deletions docs/source/notebooks/Euler-Maruyama and SDEs.ipynb

Large diffs are not rendered by default.

70 changes: 30 additions & 40 deletions docs/source/notebooks/GLM-hierarchical-ADVI.ipynb

Large diffs are not rendered by default.

40 changes: 15 additions & 25 deletions docs/source/notebooks/GLM-hierarchical-advi-minibatch.ipynb

Large diffs are not rendered by default.

35 changes: 20 additions & 15 deletions docs/source/notebooks/GLM-hierarchical.ipynb

Large diffs are not rendered by default.

69 changes: 54 additions & 15 deletions docs/source/notebooks/GLM-linear.ipynb

Large diffs are not rendered by default.

195 changes: 110 additions & 85 deletions docs/source/notebooks/GLM-logistic.ipynb

Large diffs are not rendered by default.

238 changes: 69 additions & 169 deletions docs/source/notebooks/GLM-model-selection.ipynb

Large diffs are not rendered by default.

248 changes: 103 additions & 145 deletions docs/source/notebooks/GLM-poisson-regression.ipynb

Large diffs are not rendered by default.

47 changes: 33 additions & 14 deletions docs/source/notebooks/GP-smoothing.ipynb

Large diffs are not rendered by default.

130 changes: 73 additions & 57 deletions docs/source/notebooks/LKJ.ipynb

Large diffs are not rendered by default.

Loading