arviz 0.3.0
pip install arviz==0.3.0
Released:
Exploratory analysis of Bayesian models
Navigation
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: ArviZ Developers
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 ArviZ documentation can be found in the official docs. First time users may find the quickstart to be helpful. Additional guidance can be found in the usage documentation.
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.
Contributions
ArviZ is a community project and welcomes contributions. Additional information can be found in the Contributing Readme
Developing
A typical development workflow is:
- Install project requirements:
pip install -r requirements.txt
- Install additional testing requirements:
pip install -r 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/container.sh --build
This will build a local image with the tag arviz
.
After building the image tests can be executing by running docker run arviz
.
A shell can be started by running docker run arviz /bin/bash
. The correct conda environment will be activated automatically.
Code of Conduct
ArviZ wishes to maintain a positive community. Additional details can be found in the Code of Conduct
Project details
Verified details
These details have been verified by PyPIMaintainers
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: ArviZ Developers
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.3.0.tar.gz
.
File metadata
- Download URL: arviz-0.3.0.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd082af71769c6b4c76491d0e3d45e92df8051aa3cc6544b54cd25edc4f9e854 |
|
MD5 | a5de0e30abee975bd2cc99f4100bebaf |
|
BLAKE2b-256 | 1b2131108ee42995286641d27bba10e4ee4de84b62cd0d8abb291dffbb5e5d75 |
File details
Details for the file arviz-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: arviz-0.3.0-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.0.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bbb4df6ea462fefef87cdc09456bc599f40241ac0a95afbce1a13aadfcc5408a |
|
MD5 | fbb05204b803e8d53113c9fb2aa1495a |
|
BLAKE2b-256 | d78bc580296af38509d903110250ec85ea911e2e92aaf0b2afa750e3766c7318 |