Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f3987e

Browse filesBrowse files
authored
Merge pull request #16 from Emaasit/docs
updated docs with arxiv reference and pymc4 note
2 parents c2fc524 + 78efa95 commit 2f3987e
Copy full SHA for 2f3987e

File tree

Expand file treeCollapse file tree

6 files changed

+75
-14
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+75
-14
lines changed

‎CONTRIBUTING.rst

Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+10-1Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,13 @@ Notes:
107107
- Lines should be a maximum of 80 characters long
108108
- Docstrings should be written as numpy docstrings
109109
- Your code should be Python 3 compatible
110-
- When in doubt, follow the style of the existing code
110+
- When in doubt, follow the style of the existing code
111+
112+
Transitioning from PyMC3 to PyMC4
113+
-----------------------------------
114+
115+
.. raw:: html
116+
117+
<embed>
118+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">.<a href="https://twitter.com/pymc_learn?ref_src=twsrc%5Etfw">@pymc_learn</a> has been following closely the development of <a href="https://twitter.com/hashtag/PyMC4?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC4</a> with the aim of switching its backend from <a href="https://twitter.com/hashtag/PyMC3?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC3</a> to PyMC4 as the latter grows to maturity. Core devs are invited. Here&#39;s the tentative roadmap for PyMC4: <a href="https://t.co/Kwjkykqzup">https://t.co/Kwjkykqzup</a> cc <a href="https://twitter.com/pymc_devs?ref_src=twsrc%5Etfw">@pymc_devs</a> <a href="https://t.co/Ze0tyPsIGH">https://t.co/Ze0tyPsIGH</a></p>&mdash; pymc-learn (@pymc_learn) <a href="https://twitter.com/pymc_learn/status/1059474316801249280?ref_src=twsrc%5Etfw">November 5, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
119+
</embed>

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+12-2Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ created.
4646
``pymc-learn`` leverages and extends the Base template provided by the
4747
PyMC3 Models project: https://github.com/parsing-science/pymc3_models
4848

49+
50+
Transitioning from PyMC3 to PyMC4
51+
..................................
52+
53+
.. raw:: html
54+
55+
<embed>
56+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">.<a href="https://twitter.com/pymc_learn?ref_src=twsrc%5Etfw">@pymc_learn</a> has been following closely the development of <a href="https://twitter.com/hashtag/PyMC4?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC4</a> with the aim of switching its backend from <a href="https://twitter.com/hashtag/PyMC3?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC3</a> to PyMC4 as the latter grows to maturity. Core devs are invited. Here&#39;s the tentative roadmap for PyMC4: <a href="https://t.co/Kwjkykqzup">https://t.co/Kwjkykqzup</a> cc <a href="https://twitter.com/pymc_devs?ref_src=twsrc%5Etfw">@pymc_devs</a> <a href="https://t.co/Ze0tyPsIGH">https://t.co/Ze0tyPsIGH</a></p>&mdash; pymc-learn (@pymc_learn) <a href="https://twitter.com/pymc_learn/status/1059474316801249280?ref_src=twsrc%5Etfw">November 5, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
57+
</embed>
58+
4959
----
5060

5161
Familiar user interface
@@ -142,7 +152,7 @@ Citing pymc-learn
142152
To cite ``pymc-learn`` in publications, please use the following::
143153

144154
Emaasit, Daniel (2018). Pymc-learn: Practical probabilistic machine
145-
learning in Python. arXiv preprint arXiv:1810.xxxxx.
155+
learning in Python. arXiv preprint arXiv:1811.00542.
146156

147157
Or using BibTex as follows:
148158

@@ -151,7 +161,7 @@ Or using BibTex as follows:
151161
@article{emaasit2018pymc,
152162
title={Pymc-learn: Practical probabilistic machine learning in {P}ython},
153163
author={Emaasit, Daniel and others},
154-
journal={arXiv preprint arXiv:1810.xxxxx},
164+
journal={arXiv preprint arXiv:1811.00542},
155165
year={2018}
156166
}
157167

‎docs/cite.rst

Copy file name to clipboardExpand all lines: docs/cite.rst
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Citations
33

44
To cite ``pymc-learn`` in publications, please use the following::
55

6-
Pymc-learn Developers Team (2019). pymc-learn: Practical probabilistic machine
7-
learning in Python. arXiv preprint arXiv:xxxx.xxxxx. Forthcoming.
6+
Emaasit, Daniel (2018). Pymc-learn: Practical probabilistic machine
7+
learning in Python. arXiv preprint arXiv:1811.00542.
88

99
Or using BibTex as follows:
1010

1111
.. code-block:: latex
1212

13-
@article{Pymc-learn,
14-
title={pymc-learn: Practical probabilistic machine learning in {P}ython},
15-
author={Pymc-learn Developers Team},
16-
journal={arXiv preprint arXiv:xxxx.xxxxx},
17-
year={2019}
13+
@article{emaasit2018pymc,
14+
title={Pymc-learn: Practical probabilistic machine learning in {P}ython},
15+
author={Emaasit, Daniel and others},
16+
journal={arXiv preprint arXiv:1811.00542},
17+
year={2018}
1818
}
1919

2020
If you want to cite ``pymc-learn`` for its API, you may also want to consider

‎docs/develop.rst

Copy file name to clipboardExpand all lines: docs/develop.rst
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,12 @@ Contact
118118
To report an issue with ``pymc-learn`` please use the `issue tracker <https://github.com/pymc-learn/pymc-learn/issues>`__.
119119

120120
Finally, if you need to get in touch for information about the project, `send us an e-mail <devs@pymc-learn.org>`__.
121+
122+
Transitioning from PyMC3 to PyMC4
123+
-----------------------------------
124+
125+
.. raw:: html
126+
127+
<embed>
128+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">.<a href="https://twitter.com/pymc_learn?ref_src=twsrc%5Etfw">@pymc_learn</a> has been following closely the development of <a href="https://twitter.com/hashtag/PyMC4?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC4</a> with the aim of switching its backend from <a href="https://twitter.com/hashtag/PyMC3?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC3</a> to PyMC4 as the latter grows to maturity. Core devs are invited. Here&#39;s the tentative roadmap for PyMC4: <a href="https://t.co/Kwjkykqzup">https://t.co/Kwjkykqzup</a> cc <a href="https://twitter.com/pymc_devs?ref_src=twsrc%5Etfw">@pymc_devs</a> <a href="https://t.co/Ze0tyPsIGH">https://t.co/Ze0tyPsIGH</a></p>&mdash; pymc-learn (@pymc_learn) <a href="https://twitter.com/pymc_learn/status/1059474316801249280?ref_src=twsrc%5Etfw">November 5, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
129+
</embed>

‎docs/install.rst

Copy file name to clipboardExpand all lines: docs/install.rst
+27-3Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,36 @@ Install pymc-learn
55
It is recommend installing Python and key numerical libraries using the `Anaconda Distribution <https://www.continuum.io/downloads>`_,
66
which has one-click installers available on all major platforms.
77

8-
Assuming a standard Python environment is installed on your machine (including pip), ``pymc-learn`` itself can be installed in one line using pip:
8+
Assuming a standard Python environment is installed on your machine
9+
(including pip), ``pymc-learn`` itself can be installed in one line using pip:
910

10-
.. code-block:: python
11+
You can install ``pymc-learn`` from PyPi using pip as follows:
12+
13+
.. code-block:: bash
14+
15+
pip install pymc-learn
16+
17+
18+
Or from source as follows:
19+
20+
.. code-block:: bash
21+
22+
pip install git+https://github.com/pymc-learn/pymc-learn
23+
24+
25+
.. CAUTION::
26+
``pymc-learn`` is under heavy development.
1127

12-
pip install git+https://github.com/pymc-learn/pymc-learn
1328

1429
This also installs required dependencies including Theano.
1530
For alternative Theano installations (e.g., gpu), please see the
1631
instructions on the main `Theano webpage <http://deeplearning.net/software/theano/>`_.
32+
33+
Transitioning from PyMC3 to PyMC4
34+
..................................
35+
36+
.. raw:: html
37+
38+
<embed>
39+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">.<a href="https://twitter.com/pymc_learn?ref_src=twsrc%5Etfw">@pymc_learn</a> has been following closely the development of <a href="https://twitter.com/hashtag/PyMC4?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC4</a> with the aim of switching its backend from <a href="https://twitter.com/hashtag/PyMC3?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC3</a> to PyMC4 as the latter grows to maturity. Core devs are invited. Here&#39;s the tentative roadmap for PyMC4: <a href="https://t.co/Kwjkykqzup">https://t.co/Kwjkykqzup</a> cc <a href="https://twitter.com/pymc_devs?ref_src=twsrc%5Etfw">@pymc_devs</a> <a href="https://t.co/Ze0tyPsIGH">https://t.co/Ze0tyPsIGH</a></p>&mdash; pymc-learn (@pymc_learn) <a href="https://twitter.com/pymc_learn/status/1059474316801249280?ref_src=twsrc%5Etfw">November 5, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
40+
</embed>

‎docs/why.rst

Copy file name to clipboardExpand all lines: docs/why.rst
+10-1Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ on:
7878
The underlying probabilistic models are built using pymc3 (Salvatier et al., 2016).
7979

8080

81+
Transitioning from PyMC3 to PyMC4
82+
..................................
83+
84+
.. raw:: html
85+
86+
<embed>
87+
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">.<a href="https://twitter.com/pymc_learn?ref_src=twsrc%5Etfw">@pymc_learn</a> has been following closely the development of <a href="https://twitter.com/hashtag/PyMC4?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC4</a> with the aim of switching its backend from <a href="https://twitter.com/hashtag/PyMC3?src=hash&amp;ref_src=twsrc%5Etfw">#PyMC3</a> to PyMC4 as the latter grows to maturity. Core devs are invited. Here&#39;s the tentative roadmap for PyMC4: <a href="https://t.co/Kwjkykqzup">https://t.co/Kwjkykqzup</a> cc <a href="https://twitter.com/pymc_devs?ref_src=twsrc%5Etfw">@pymc_devs</a> <a href="https://t.co/Ze0tyPsIGH">https://t.co/Ze0tyPsIGH</a></p>&mdash; pymc-learn (@pymc_learn) <a href="https://twitter.com/pymc_learn/status/1059474316801249280?ref_src=twsrc%5Etfw">November 5, 2018</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
88+
</embed>
89+
8190
Python is the lingua franca of Data Science
8291
--------------------------------------------
8392

@@ -171,7 +180,7 @@ such as `NIPS <https://nips.cc>`_, `UAI <http://www.auai.org>`_,
171180
----
172181

173182
References
174-
...........
183+
------------
175184

176185
1. Ghahramani, Z. (2015). Probabilistic machine learning and artificial intelligence. Nature, 521(7553), 452.
177186

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.