AustinRochford / arviz

Python package to plot and analyse samples from probabilistic models

Home Page:http://arviz-devs.github.io/arviz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

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.

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.

Dependencies

Arviz is tested on Python 3.6 and depends on NumPy, SciPy, Pandas and Matplotlib.

Developing

There is a Dockerfile which helps for isolating build problems and local development. Install Docker for your operating system, clone this repo, then 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.

About

Python package to plot and analyse samples from probabilistic models

http://arviz-devs.github.io/arviz/

License:Apache License 2.0


Languages

Language:Python 98.5%Language:Shell 1.5%