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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
2
2
Bayesian Additive Regression Trees for Probabilistic programming with PyMC
3
3
4
-
## Overview
5
-
PyMC-BART extends [PyMC](https://github.com/pymc-devs/pymc) probabilistic programming framework to be able to define and solve models including a BART random variable. PyMC-BART also includes a few helpers function to help interpret those models and perform variable selection.
4
+
5
+
PyMC-BART extends [PyMC](https://github.com/pymc-devs/pymc) probabilistic programming framework to be able to define and solve models including a BART random variable. PyMC-BART also includes a few helpers function to aid with the interpretation of those models and perform variable selection.
Copy file name to clipboardExpand all lines: docs/index.rst
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,14 @@ Bayesian Additive Regression Trees for Probabilistic programming with PyMC
21
21
22
22
Overview
23
23
============
24
-
PyMC-BART extends `PyMC <https://github.com/pymc-devs/pymc>`_. probabilistic programming framework to be able to define
25
-
and solve models including a BART random variable. PyMC-BART also includes a few helpers function to help interpret
26
-
those models and perform variable selection.
27
-
28
-
29
-
Dependencies
30
-
============
31
-
PyMC-BART is tested on Python 3.8+ and depends on PyMC V4.
24
+
PyMC-BART extends `PyMC <https://github.com/pymc-devs/pymc>`_ probabilistic programming framework to be able to define
25
+
and solve models including a BART random variable. PyMC-BART also includes a few helpers function to aid with the
26
+
interpretation of those models and perform variable selection.
32
27
33
28
34
29
Installation
35
30
============
36
31
37
-
38
32
PyMC-BART requires a working Python interpreter (3.8+). We recommend installing Python and key numerical libraries using the `Anaconda distribution <https://www.anaconda.com/products/individual#Downloads>`_, which has one-click installers available on all major platforms.
39
33
40
34
Assuming a standard Python environment is installed on your machine (including pip), PyMC-BART itself can be installed in one line using pip:
@@ -52,7 +46,7 @@ Alternatively, if you want the bleeding edge version of the package you can inst
52
46
53
47
Citation
54
48
========
55
-
If you use Bambi and want to cite it please use |arXiv|
49
+
If you use PyMC-BART and want to cite it please use |arXiv|
0 commit comments