An open API service indexing awesome lists of open source software.

https://github.com/markdouthwaite/apogee

Bayesian Networks and Probabilistic Graphical Models for Python
https://github.com/markdouthwaite/apogee

artificial-intelligence bayesian-networks probabilistic-graphical-models probabilistic-programming

Last synced: 7 months ago
JSON representation

Bayesian Networks and Probabilistic Graphical Models for Python

Awesome Lists containing this project

README

          

Apogee


Build: Unknown
Code Style
PyPI

A package for probabilistic graphical modelling in Python.

You'll need Python 3.6 or greater to use Apogee.

## Installation

Apogee is now available on PyPI! Install it with:

`pip install apogee`

If you want to pull the latest available GitHub version, install it with:

`pip install -e git+https://github.com/markdouthwaite/apogee#egg=apogee`

## A note of warning

This repository is a work-in-progress. As code is migrated from an older repository and cleaned, you can
expect the API to shift quite significantly.