Skip to content

Commit 271a941

Browse files
authored
Merge pull request #6 from pymc-devs/master
Sync Fork from Upstream Repo
2 parents 8b5af50 + 1bf82ef commit 271a941

File tree

7 files changed

+103216
-3
lines changed

7 files changed

+103216
-3
lines changed

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:alt: PyMC3 logo
44
:align: center
55

6-
|Build Status| |Coverage| |NumFOCUS_badge| |Binder|
6+
|Build Status| |Coverage| |NumFOCUS_badge| |Binder| |Dockerhub|
77

88
PyMC3 is a Python package for Bayesian statistical modeling and Probabilistic Machine Learning
99
focusing on advanced Markov chain Monte Carlo (MCMC) and variational inference (VI)
@@ -192,6 +192,8 @@ Sponsors
192192
:target: https://travis-ci.org/pymc-devs/pymc3
193193
.. |Coverage| image:: https://codecov.io/gh/pymc-devs/pymc3/branch/master/graph/badge.svg
194194
:target: https://codecov.io/gh/pymc-devs/pymc3
195+
.. |Dockerhub| image:: https://img.shields.io/docker/automated/pymc/pymc3.svg
196+
:target: https://hub.docker.com/r/pymc/pymc3
195197
.. |NumFOCUS| image:: https://www.numfocus.org/wp-content/uploads/2017/03/1457562110.png
196198
:target: http://www.numfocus.org/
197199
.. |Quantopian| image:: https://raw.githubusercontent.com/pymc-devs/pymc3/master/docs/quantopianlogo.jpg

docs/source/data

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/notebooks/probabilistic_matrix_factorization.ipynb

Lines changed: 1526 additions & 0 deletions
Large diffs are not rendered by default.

docs/source/notebooks/table_of_contents_examples.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ Gallery.contents = {
5656
"GLM-hierarchical-advi-minibatch": "Variational Inference",
5757
"ODE_with_manual_gradients": "Inference in ODE models",
5858
"ODE_API_introduction": "Inference in ODE models",
59-
"ODE_API_shapes_and_benchmarking": "Inference in ODE models"
59+
"ODE_API_shapes_and_benchmarking": "Inference in ODE models",
60+
"probabilistic_matrix_factorization": "Case Studies"
6061
}

docs/source/semantic_sphinx/layout.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ <h2>Probabilistic Programming in Python</h2>
9292
<a class="ui image" href="https://www.numfocus.org/">
9393
<img src="https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A">
9494
</a>
95+
<a class="ui image" href="https://hub.docker.com/r/pymc/pymc3">
96+
<img src="https://img.shields.io/docker/automated/pymc/pymc3.svg">
97+
</a>
9598
</div>
9699
{% endif %}
97100

0 commit comments

Comments
 (0)