Skip to content

Commit 2a66dcd

Browse files
committed
fix typos
1 parent 7c96a92 commit 2a66dcd

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
Bayesian Additive Regression Trees for Probabilistic programming with PyMC
33

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.
66

77

88
## Installation

docs/index.rst

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,14 @@ Bayesian Additive Regression Trees for Probabilistic programming with PyMC
2121

2222
Overview
2323
============
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.
3227

3328

3429
Installation
3530
============
3631

37-
3832
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.
3933

4034
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
5246
5347
Citation
5448
========
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|
5650

5751
.. |arXiv| image:: https://img.shields.io/badge/arXiv-2206.03619-b31b1b.svg
5852
:target: https://arxiv.org/abs/2206.03619

0 commit comments

Comments
 (0)