Bambi
BAyesian Model-Building Interface in Python
Overview
Bambi is a high-level Bayesian model-building interface written in Python. It's built on top of the PyMC3 probabilistic programming framework, and is designed to make it extremely easy to fit mixed-effects models common in social sciences settings using a Bayesian approach.
Installation
Bambi requires a working Python interpreter (3.7+). We recommend installing Python and key numerical libraries using the Anaconda Distribution, which has one-click installers available on all major platforms.
Assuming a standard Python environment is installed on your machine (including pip), Bambi itself can be installed in one line using pip:
pip install bambi
Alternatively, if you want the bleeding edge version of the package you can install from GitHub:
pip install git+https://github.com/bambinos/bambi.git
Dependencies
Bambi requires working versions of numpy, pandas, matplotlib, patsy, pymc3, and theano. Dependencies are listed in requirements.txt, and should all be installed by the Bambi installer; no further action should be required.
Documentation
The Bambi documentation can be found in the official docs
Contributions
Bambi is a community project and welcomes contributions. Additional information can be found in the Contributing Readme.
For a list of contributors see the GitHub contributor page
Code of Conduct
Bambi wishes to maintain a positive community. Additional details can be found in the Code of Conduct
License
Release files for bambi 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bambi-0.3.0.tar.gz | 55.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bambi-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 107.3 kB
Release files / bambi-0.3.0.tar.gz
| Download URL | bambi-0.3.0.tar.gz |
|---|---|
| Size | 55.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
835276c7aa792ccc6c5c70d2e928a8f70577c2fefc81ed45e9bf5f99fd37a133
|
|
BLAKE2b-256 checksum How to use checksums |
dd226448b4ab324e8b16d88176ed01ef4f0e85e8cc621d17f94d386f7740a769
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.4
|
Release files / bambi-0.3.0-py3-none-any.whl
| Download URL | bambi-0.3.0-py3-none-any.whl |
|---|---|
| Size | 51.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c9db89d10cd288ea57c2baad2cb096ff947b0f5e0902a96072657519c21c2c70
|
|
BLAKE2b-256 checksum How to use checksums |
65127259b36b0ea65b8dc13947bec4b94d0db0ae4965d4abdae68ea70e9b69b1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.4
|