marbl-python

A Python implementation of the Marbl specification for normalized representations of Markov blankets in Bayesian networks.


License
GPL-3.0
Install
pip install marbl-python==2.0.3

Documentation

Marbl-Python

Marbl-Python is a Python implementation of the Marbl specification for normalized representations of Markov blankets in Bayesian networks.

It provides objects and methods for serializing and hashing Marbls (Markov blankets normalized per the Marbl spec), and unordered collections of them.

Installation

To install the latest release:

pip install marbl-python

To install the latest development version:

pip install "git+https://github.com/wmayner/marbl-python@develop#egg=marbl-python"

Usage

See the API documentation.