Exploratory analysis of Bayesian models
Project description
ArviZ
ArviZ (pronounced "AR-vees") is a Python package for exploratory analysis of Bayesian models. Includes functions for posterior analysis, model checking, comparison and diagnostics.
Documentation
The official Arviz documentation can be found here https://arviz-devs.github.io/arviz/index.html
Installation
The latest version can be installed from the master branch using pip:
pip install git+git://github.com/arviz-devs/arviz.git
Another option is to clone the repository and install using python setup.py install
.
Gallery
|
|
|
|
|
|
|
|
|
|
|
|
Dependencies
Arviz is tested on Python 3.5 and 3.6, and depends on NumPy, SciPy, xarray, and Matplotlib.
Developing
A typical development workflow is:
- Install project requirements:
pip install requirements.txt
- Install additional testing requirements:
pip install requirements-dev.txt
- Write helpful code and tests.
- Verify code style:
./scripts/lint.sh
- Run test suite:
pytest arviz/tests
- Make a pull request.
There is also a Dockerfile which helps for isolating build problems and local development.
- Install Docker for your operating system
- Clone this repo,
- Run
./scripts/start_container.sh
This should start a local docker container called arviz, as well as a Jupyter notebook server running on port 8888. The notebook should be opened in your browser automatically (you can disable this by passing --no-browser). The container will be running the code from your local copy of arviz, so you can test your changes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file arviz-0.2.1.tar.gz
.
File metadata
- Download URL: arviz-0.2.1.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
485167de115bed8ef06b819a17de1e6711f2b3b147c15b371d27d617dfe3823f
|
|
MD5 |
f0b3b5be63f7b7f56ff9a3cd4d7a874d
|
|
BLAKE2b-256 |
ec434fcb11c59992ccab655037b736f77c66bf98044e232fba446bbda1a81462
|
File details
Details for the file arviz-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: arviz-0.2.1-py3-none-any.whl
- Upload date:
- Size: 1.3 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
7fc16157b62ca61c33804b2a06d7b32977f654cb871088f0e96181f209dacb01
|
|
MD5 |
c096eb26f0f9910b34a0e4cdb8f2f107
|
|
BLAKE2b-256 |
676ac99daafc856cfca0b1269e19c6450108a29d15b965027f076da85e559eff
|